diff --git a/composer.json b/composer.json index af4fa60..f8e291c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": "^7.3|^8.0", "cartalyst/stripe-laravel": "^13.0", - "firebase/php-jwt": "^5.3", + "firebase/php-jwt": "^6.0", "friendsofphp/php-cs-fixer": "^2.18", "laravel-validation-rules/credit-card": "^1.6", "laravel/lumen-framework": "^8.0", diff --git a/composer.lock b/composer.lock index eb5aad0..6a64477 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": "884b527eb289d988fd5f5d68e64d9bad", + "content-hash": "61a1ad7e23c933bf7ef87b384b08e7f4", "packages": [ { "name": "brick/math", @@ -774,16 +774,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.3.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "3c2d70f2e64e2922345e89f2ceae47d2463faae1" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/3c2d70f2e64e2922345e89f2ceae47d2463faae1", - "reference": "3c2d70f2e64e2922345e89f2ceae47d2463faae1", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { @@ -792,6 +792,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": { @@ -822,9 +825,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.3.0" + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" }, - "time": "2021-05-20T17:37:02+00:00" + "time": "2022-01-24T15:18:34+00:00" }, { "name": "friendsofphp/php-cs-fixer",