diff --git a/composer.json b/composer.json index 37f7ffe..589233f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "doctrine/dbal": "^2.5", "webpatser/laravel-uuid": "^2.0", "anhskohbo/no-captcha": "^2.3", - "firebase/php-jwt": "^4.0", + "firebase/php-jwt": "^6.0", "spatie/laravel-activitylog": "^1.15", "simplesoftwareio/simple-qrcode": "~1", "jrean/laravel-user-verification": "^3.0" diff --git a/composer.lock b/composer.lock index 0221f0a..3b2d572 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cfeced6f75f4585d8947f583b3a55b4c", + "content-hash": "0dab21dd923b320504902bc72dfd4807", "packages": [ { "name": "anahkiasen/underscore-php", @@ -725,21 +725,27 @@ }, { "name": "firebase/php-jwt", - "version": "v4.0.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35", - "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "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": { @@ -764,7 +770,15 @@ ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", - "time": "2016-07-18T04:51:16+00:00" + "keywords": [ + "jwt", + "php" + ], + "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": "guzzlehttp/guzzle", @@ -4893,5 +4907,6 @@ "platform": { "php": ">=5.6.4" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }