We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8170913 commit bf55178Copy full SHA for bf55178
composer.json
@@ -4,15 +4,15 @@
4
"homepage": "https://oauth2.thephpleague.com/",
5
"license": "MIT",
6
"require": {
7
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
+ "php": "^8.0",
8
"ext-openssl": "*",
9
"league/event": "^2.2",
10
"league/uri": "^6.7",
11
- "lcobucci/jwt": "^4.3.0 || ^5.0.0",
+ "lcobucci/jwt": "^4.3 || ^5.0",
12
"psr/http-message": "^1.0.1",
13
- "defuse/php-encryption": "^2.3.0",
+ "defuse/php-encryption": "^2.3",
14
"ext-json": "*",
15
- "lcobucci/clock": "^2.2.0 || ^3.1.0"
+ "lcobucci/clock": "^2.2 || ^3.1"
16
},
17
"require-dev": {
18
"phpunit/phpunit": "^9.6.6",
0 commit comments