Skip to content

Commit 074b57e

Browse files
authored
Merge pull request #224 from uncaught/jwt_7
Add compatibility with firebase/php-jwt 7
2 parents 025e04d + 6635b62 commit 074b57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ext-openssl": "*",
2727
"php": "^7.1|^8.0",
2828
"league/oauth2-client": "~2.0",
29-
"firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0"
29+
"firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0||~7.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)