We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0807823 commit 518faa7Copy full SHA for 518faa7
1 file changed
composer.json
@@ -18,13 +18,13 @@
18
],
19
"require": {
20
"php": "^8.2",
21
- "illuminate/support": "^11",
22
- "illuminate/http": "^11"
+ "illuminate/support": "^11|^12",
+ "illuminate/http": "^11|^12"
23
},
24
"require-dev": {
25
"laravel/pint": "^1.19",
26
"pestphp/pest": "^3.7",
27
- "orchestra/testbench": "^9.9",
+ "orchestra/testbench": "^9.9|^10.6",
28
"rector/rector": "^2.0",
29
"phpstan/phpstan": "^2.1"
30
0 commit comments