Skip to content

Commit

Permalink
Merge pull request #21 from KonstantinCodes/master
Browse files Browse the repository at this point in the history
Allow firebase/php-jwt 5.0
  • Loading branch information
mstefan21 committed Jan 23, 2022
2 parents 2860f17 + 8383f68 commit 645b841
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 @@ -18,8 +18,8 @@
"keycloak"
],
"require": {
"league/oauth2-client": "^2.0",
"firebase/php-jwt": "^4.0"
"league/oauth2-client": "^2.0 <2.3.0",
"firebase/php-jwt": "~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 645b841

Please sign in to comment.