Skip to content

Commit

Permalink
Fix requiring multiple different versions of PHP and firebase/php-jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
settermjd authored and mstefan21 committed Mar 14, 2023
1 parent 8ff76bf commit 05ead6b
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,9 +18,9 @@
"keycloak"
],
"require": {
"php": "~7.2|~8.0",
"php": "~7.2 || ~8.0",
"league/oauth2-client": "^2.0",
"firebase/php-jwt": "~4.0|~5.0|~6.0"
"firebase/php-jwt": "^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "~9.6.4",
Expand Down

0 comments on commit 05ead6b

Please sign in to comment.