We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28336dd commit 4910ebeCopy full SHA for 4910ebe
composer.json
@@ -20,11 +20,11 @@
20
"require": {
21
"php": "^8.2",
22
"ext-json": "*",
23
- "illuminate/contracts": "^10.0|^11.0",
24
- "illuminate/database": "^10.0|^11.0",
25
- "illuminate/http": "^10.0|^11.0",
26
- "illuminate/routing": "^10.0|^11.0",
27
- "illuminate/support": "^10.0|^11.0"
+ "illuminate/contracts": "^10.0|^11.0|^12.0",
+ "illuminate/database": "^10.0|^11.0|^12.0",
+ "illuminate/http": "^10.0|^11.0|^12.0",
+ "illuminate/routing": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "^10.0"
0 commit comments