We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55cd09 commit 7b6eca8Copy full SHA for 7b6eca8
composer.json
@@ -11,13 +11,13 @@
11
"require": {
12
"php": "^8.1|^8.2",
13
"auth0/auth0-php": "^8.0",
14
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
15
+ "symfony/cache" : "^6.4|^7.0"
16
},
17
"require-dev": {
18
"nunomaduro/collision": "^5.3|^6|^7|^8",
19
"orchestra/testbench": "^6.18|^7|^8",
- "phpunit/phpunit": "^9.3|^10|^11",
20
- "symfony/cache" : "^6.4|^7.0"
+ "phpunit/phpunit": "^9.3|^10|^11"
21
22
"autoload": {
23
"psr-4": {
0 commit comments