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.
2 parents aed06d7 + 03f7422 commit 63a1f9bCopy full SHA for 63a1f9b
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