Skip to content

Commit

Permalink
update firebase/php-jwt to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valery-smolyakov committed Apr 26, 2023
1 parent ab36f3b commit f82099a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
],
"require": {
"php": ">=7.0",
"firebase/php-jwt": "~3.0 || ~5.0"
"firebase/php-jwt": "~3.0 || ~5.0 || ~6.4"
},
"require-dev": {
"codeless/jugglecode": "1.0",
"friendsofphp/php-cs-fixer": "^2.13",
"php-coveralls/php-coveralls": "2.1",
"phpunit/phpunit": "^6.4 || ^7.4"
"phpunit/phpunit": "^6.4 || ^7.4 || ^7.5"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit f82099a

Please sign in to comment.