From 08e684a6b2b4621c9033509b02a8a9430c6f5767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:12:20 +0000 Subject: [PATCH] Bump firebase/php-jwt from 5.2.0 to 6.0.0 Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.2.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.2.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 | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9d090c2..6d34a9e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "wisembly/elephant.io": "dev-master", "ylorant/horaro-php-client": "^1.1", "symfony/mercure": "^0.4.0", - "firebase/php-jwt": "^5.2" + "firebase/php-jwt": "^6.0" }, "suggest": { "predis/predis": "^1.1" diff --git a/composer.lock b/composer.lock index c59378c..5573741 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ae6f6cc082d79d0b6f3a6406ede3bbff", + "content-hash": "c0df8f97c213d5c73ae1f797287173e3", "packages": [ { "name": "composer/installers", @@ -202,16 +202,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.2.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb", - "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { @@ -220,6 +220,9 @@ "require-dev": { "phpunit/phpunit": ">=4.8 <=9" }, + "suggest": { + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, "type": "library", "autoload": { "psr-4": { @@ -248,7 +251,11 @@ "jwt", "php" ], - "time": "2020-03-25T18:49:23+00:00" + "support": { + "issues": "https://github.com/firebase/php-jwt/issues", + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" + }, + "time": "2022-01-24T15:18:34+00:00" }, { "name": "jublonet/codebird-php", @@ -1379,5 +1386,5 @@ "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }