From 3e56fe87bd168f303f8565babb57e92ad905504c Mon Sep 17 00:00:00 2001 From: Chris Nizzardini Date: Thu, 26 Feb 2026 22:27:38 -0500 Subject: [PATCH] Update to latest firebase major version --- composer.json | 2 +- plugins/jwt-auth/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",