We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbed996 commit 9c7cac7Copy full SHA for 9c7cac7
composer.json
@@ -18,8 +18,8 @@
18
"ext-json": "*",
19
"ext-zip": "*",
20
"guzzlehttp/guzzle": "^7.5",
21
- "illuminate/console": "^10.0|^11.0",
22
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/console": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
23
"php-webdriver/webdriver": "^1.9.0",
24
"symfony/console": "^6.2|^7.0",
25
"symfony/finder": "^6.2|^7.0",
@@ -28,7 +28,7 @@
28
},
29
"require-dev": {
30
"mockery/mockery": "^1.6",
31
- "orchestra/testbench": "^8.19|^9.0",
+ "orchestra/testbench": "^8.19|^9.0|^10.0",
32
"phpstan/phpstan": "^1.10",
33
"phpunit/phpunit": "^10.1|^11.0",
34
"psy/psysh": "^0.11.12|^0.12"
0 commit comments