Skip to content

Commit f194613

Browse files
authored
Merge pull request #1336 from GrahamCampbell/patch-1
Tweaked version constraints
2 parents 8170913 + bd48088 commit f194613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"homepage": "https://oauth2.thephpleague.com/",
55
"license": "MIT",
66
"require": {
7-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
7+
"php": "^8.0",
88
"ext-openssl": "*",
99
"league/event": "^2.2",
1010
"league/uri": "^6.7",
11-
"lcobucci/jwt": "^4.3.0 || ^5.0.0",
11+
"lcobucci/jwt": "^4.3 || ^5.0",
1212
"psr/http-message": "^1.0.1",
13-
"defuse/php-encryption": "^2.3.0",
13+
"defuse/php-encryption": "^2.3",
1414
"ext-json": "*",
15-
"lcobucci/clock": "^2.2.0 || ^3.1.0"
15+
"lcobucci/clock": "^2.2 || ^3.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.6.6",

0 commit comments

Comments
 (0)