diff --git a/composer.json b/composer.json index df9316e..b0af0c8 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require": { "php": "^7.3||^8.0", - "firebase/php-jwt": "^5.2", + "firebase/php-jwt": "^6.0", "ircmaxell/random-lib": "^1.2", "composer/semver": "^1.5" }, diff --git a/composer.lock b/composer.lock index 5062ea5..a9cbd5b 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": "f6ec2db654a7ad5adf6a55f1ed363dd4", + "content-hash": "927fb7e64fb1e3a068b7bf904310dd9c", "packages": [ { "name": "composer/semver", @@ -88,16 +88,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": { @@ -106,6 +106,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": { @@ -136,9 +139,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/master" + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" }, - "time": "2020-03-25T18:49:23+00:00" + "time": "2022-01-24T15:18:34+00:00" }, { "name": "ircmaxell/random-lib", @@ -9796,5 +9799,5 @@ "php": "^7.3||^8.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }