diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 953daf1..4d3ddc3 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": ">=5.6", "dompdf/dompdf": "^0.8.3", - "firebase/php-jwt": "^5.0", + "firebase/php-jwt": "^6.0", "illuminate/database": "^5.8", "monolog/monolog": "^1.17", "phpoffice/phpspreadsheet": "^1.9", diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 6a8b3bc..9d366b6 --- 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": "2a19f71259625eb5c91c127ecd5bcfb9", + "content-hash": "8d8d2e49f513cb8eedb798b0446555a8", "packages": [ { "name": "container-interop/container-interop", @@ -173,23 +173,26 @@ }, { "name": "firebase/php-jwt", - "version": "v5.0.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", - "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", + "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.35" + "phpunit/phpunit": ">=4.8 <=9" + }, + "suggest": { + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { @@ -215,7 +218,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": "2017-06-27T22:17:23+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": "illuminate/container", @@ -3151,5 +3162,6 @@ "platform": { "php": ">=5.6" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }