diff --git a/composer.json b/composer.json index 6ce1959..e755a36 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "laravel/ui": "^3.0|^2.0|^4.0", "lcobucci/jwt": "^4.0", "socialiteproviders/manager": "~4.0", - "firebase/php-jwt": "^5.3" + "firebase/php-jwt": "^5.3 || ^6.0" }, "require-dev": { "orchestra/testbench": "~6.0", diff --git a/composer.lock b/composer.lock index 06ad376..65ed3aa 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": "54dd01a6249766a2b63053f1f6a4fc05", + "content-hash": "c2a4f0dd02ef9e1367a5616320107c1e", "packages": [ { "name": "brick/math", @@ -439,25 +439,31 @@ }, { "name": "firebase/php-jwt", - "version": "v5.5.1", + "version": "v6.8.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "83b609028194aa042ea33b5af2d41a7427de80e6" + "reference": "48b0210c51718d682e53210c24d25c5a10a2299b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6", - "reference": "83b609028194aa042ea33b5af2d41a7427de80e6", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/48b0210c51718d682e53210c24d25c5a10a2299b", + "reference": "48b0210c51718d682e53210c24d25c5a10a2299b", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.4||^8.0" }, "require-dev": { - "phpunit/phpunit": ">=4.8 <=9" + "guzzlehttp/guzzle": "^6.5||^7.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psr/cache": "^1.0||^2.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" }, "suggest": { + "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", @@ -490,9 +496,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.5.1" + "source": "https://github.com/firebase/php-jwt/tree/v6.8.0" }, - "time": "2021-11-08T20:18:51+00:00" + "time": "2023-06-20T16:45:35+00:00" }, { "name": "graham-campbell/result-type", @@ -8540,5 +8546,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }