We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed06d7 commit 03f7422Copy full SHA for 03f7422
composer.json
@@ -13,15 +13,15 @@
13
"authors": [],
14
"require": {
15
"php": "^8.2",
16
- "illuminate/console": "^11.0",
17
- "illuminate/database": "^11.0",
18
- "illuminate/support": "^11.0",
19
- "illuminate/routing": "^11.0"
+ "illuminate/console": "^11.0||^12.0",
+ "illuminate/database": "^11.0||^12.0",
+ "illuminate/support": "^11.0||^12.0",
+ "illuminate/routing": "^11.0||^12.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^10.0||^11.0",
23
"mockery/mockery": "^1.4",
24
- "orchestra/testbench": "^9.0"
+ "orchestra/testbench": "^9.0||^10.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments