Skip to content

Commit 535dd78

Browse files
committed
Fix: $keyOrKeyArray must be an instance of Firebase\JWT\Key key or an array of Firebase\JWT\Key keys
1 parent 990fa61 commit 535dd78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"ext-json": "*",
1212
"phpseclib/phpseclib": "~2.0",
1313
"google/cloud-tasks": "^1.10",
14-
"thecodingmachine/safe": "^1.0|^2.0"
14+
"thecodingmachine/safe": "^1.0|^2.0",
15+
"firebase/php-jwt": "^5.0"
1516
},
1617
"require-dev": {
1718
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)