Skip to content

Commit 1bc5a9c

Browse files
authored
Update to latest firebase major version (#162)
1 parent 34a3845 commit 1bc5a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cakephp/cakephp-codesniffer": "^4.2",
2626
"cakephp/debug_kit": "^5.0",
2727
"dereuromark/cakephp-ide-helper": "^2.0",
28-
"firebase/php-jwt": "^6.2",
28+
"firebase/php-jwt": "^7.0",
2929
"friendsofcake/search": "^7.0",
3030
"josegonzalez/dotenv": "^3.2",
3131
"phpmd/phpmd": "~2.10.0",

plugins/jwt-auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^8.1",
1010
"cakephp/authentication": "^3.0",
1111
"cakephp/cakephp": "^5.0",
12-
"firebase/php-jwt": "^6.2"
12+
"firebase/php-jwt": "^7.0"
1313
},
1414
"require-dev": {
1515
"josegonzalez/dotenv": "^3.2",

0 commit comments

Comments
 (0)