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 4d6dd6f commit 211427fCopy full SHA for 211427f
composer.json
@@ -15,7 +15,7 @@
15
"ext-pdo_sqlite": "*",
16
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
17
"illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0",
18
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
19
"php": "^8.0"
20
},
21
"require-dev": {
packages/model/composer.json
@@ -20,7 +20,7 @@
"php": "^8.0",
22
23
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
24
25
"autoload": {
26
"psr-4": {
0 commit comments