Skip to content

Commit f02d4bd

Browse files
Remove firebase/php-jwt require
It is no longer needed to target a specific version as google/auth now supports both 5.x and 6.x of firebase/php-jwt
1 parent 2cd5d5f commit f02d4bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

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

0 commit comments

Comments
 (0)