diff --git a/composer.json b/composer.json index f1f6263..55b0cda 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "cakephp/cakephp-codesniffer": "^4.2", "cakephp/debug_kit": "^5.0", "dereuromark/cakephp-ide-helper": "^2.0", - "firebase/php-jwt": "^6.2", + "firebase/php-jwt": "^7.0", "friendsofcake/search": "^7.0", "josegonzalez/dotenv": "^3.2", "phpmd/phpmd": "~2.10.0", diff --git a/plugins/jwt-auth/composer.json b/plugins/jwt-auth/composer.json index 887dc17..1834f5b 100755 --- a/plugins/jwt-auth/composer.json +++ b/plugins/jwt-auth/composer.json @@ -9,7 +9,7 @@ "php": "^8.1", "cakephp/authentication": "^3.0", "cakephp/cakephp": "^5.0", - "firebase/php-jwt": "^6.2" + "firebase/php-jwt": "^7.0" }, "require-dev": { "josegonzalez/dotenv": "^3.2",