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 f4bfeee commit e2de396Copy full SHA for e2de396
composer.json
@@ -17,16 +17,16 @@
17
],
18
"require": {
19
"php": "^8.2",
20
- "illuminate/contracts": "^11.0",
21
- "illuminate/database": "^11.0",
22
- "illuminate/http": "^11.0",
+ "illuminate/contracts": "^11.0|^12.0",
+ "illuminate/database": "^11.0|^12.0",
+ "illuminate/http": "^11.0|^12.0",
23
"spatie/laravel-package-tools": "^1.16"
24
},
25
"require-dev": {
26
"brianium/paratest": "^7.4",
27
"nunomaduro/collision": "^8.0",
28
- "orchestra/testbench": "^9.0",
29
- "phpunit/phpunit": "^10.5",
+ "orchestra/testbench": "^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.5.3",
30
"spatie/laravel-ray": "^1.32"
31
32
"autoload": {
0 commit comments