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 9f90940 commit 7b186ccCopy full SHA for 7b186cc
composer.json
@@ -36,9 +36,9 @@
36
},
37
"require": {
38
"php": "^8.3|^8.4",
39
- "illuminate/support": "^11.0",
40
- "illuminate/database": "^11.0",
41
- "illuminate/console": "^11.0"
+ "illuminate/support": "^11.0 | ^12.0",
+ "illuminate/database": "^11.0 | ^12.0",
+ "illuminate/console": "^11.0 | ^12.0"
42
43
"require-dev": {
44
"phpunit/phpunit": "^11.0",
0 commit comments