From d075f116427ef9ff91517f48c2fa7ea65f6c0ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:38:02 +0000 Subject: [PATCH] Bump firebase/php-jwt from 5.4.0 to 6.0.0 Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/php-jwt/compare/v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c50f07a5..3e29c205 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "firebase/php-jwt": "^5.2", + "firebase/php-jwt": "^6.0", "freemius/wordpress-sdk": "dev-master" } } diff --git a/composer.lock b/composer.lock index 7b61d2a1..8009b2dc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "577533d09c77f3ca13797aa71422b22a", + "content-hash": "224f8285e523b556c9a3ade6ded1371b", "packages": [ { "name": "firebase/php-jwt", - "version": "v5.4.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { @@ -59,9 +59,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.4.0" + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" }, - "time": "2021-06-23T19:00:23+00:00" + "time": "2022-01-24T15:18:34+00:00" }, { "name": "freemius/wordpress-sdk", @@ -113,5 +113,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }