Skip to content

Commit f82099a

Browse files
update firebase/php-jwt to 6.4
1 parent ab36f3b commit f82099a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
],
2525
"require": {
2626
"php": ">=7.0",
27-
"firebase/php-jwt": "~3.0 || ~5.0"
27+
"firebase/php-jwt": "~3.0 || ~5.0 || ~6.4"
2828
},
2929
"require-dev": {
3030
"codeless/jugglecode": "1.0",
3131
"friendsofphp/php-cs-fixer": "^2.13",
3232
"php-coveralls/php-coveralls": "2.1",
33-
"phpunit/phpunit": "^6.4 || ^7.4"
33+
"phpunit/phpunit": "^6.4 || ^7.4 || ^7.5"
3434
},
3535
"autoload": {
3636
"psr-0": {

0 commit comments

Comments
 (0)