Skip to content

Commit e57fc7a

Browse files
authored
Merge pull request #208 from BVMiko/master
Support newer versions of firebase/php-jwt
2 parents 01a42fe + 9b942ac commit e57fc7a

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
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"firebase/php-jwt": "~3.0",
16+
"firebase/php-jwt": "~3.0|~5.0",
1717
"paragonie/random_compat": "~1.4|~2.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)