Skip to content

Commit 05ead6b

Browse files
settermjdmstefan21
authored andcommitted
Fix requiring multiple different versions of PHP and firebase/php-jwt
1 parent 8ff76bf commit 05ead6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"keycloak"
1919
],
2020
"require": {
21-
"php": "~7.2|~8.0",
21+
"php": "~7.2 || ~8.0",
2222
"league/oauth2-client": "^2.0",
23-
"firebase/php-jwt": "~4.0|~5.0|~6.0"
23+
"firebase/php-jwt": "^4.0 || ^5.0 || ^6.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~9.6.4",

0 commit comments

Comments
 (0)