diff --git a/api/composer.json b/api/composer.json index 339278b..2b2430a 100644 --- a/api/composer.json +++ b/api/composer.json @@ -11,7 +11,7 @@ "symfony/psr-http-message-bridge": "^1.0", "zendframework/zend-diactoros": "^1.8", "nesbot/carbon": "1.33", - "firebase/php-jwt": "^5.0" + "firebase/php-jwt": "^6.0" }, "require-dev": { "fzaninotto/faker": "~1.4", diff --git a/api/composer.lock b/api/composer.lock index 3648eeb..123218c 100644 --- a/api/composer.lock +++ b/api/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": "406e97b706938662c9722140fa6a5f1d", + "content-hash": "0a8dc29a642991acc0269a4f9f30706a", "packages": [ { "name": "doctrine/inflector", @@ -168,16 +168,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": { @@ -186,6 +186,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": { @@ -216,9 +219,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": "illuminate/auth", @@ -8132,5 +8135,5 @@ "php": ">=7.1.3" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }