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 e52521c + 0949cad commit fe3c308Copy full SHA for fe3c308
composer.json
@@ -18,9 +18,9 @@
18
"require": {
19
"php": "^8.1",
20
"spatie/laravel-package-tools": "^1.13.0",
21
- "illuminate/contracts": "^8|^9|^10",
22
- "illuminate/support": "^8|^9|^10",
23
- "illuminate/database": "^8|^9|^10"
+ "illuminate/contracts": "^8|^9|^10|^11",
+ "illuminate/support": "^8|^9|^10|^11",
+ "illuminate/database": "^8|^9|^10|^11"
24
},
25
"require-dev": {
26
"laravel/pint": "^1.0",
@@ -64,4 +64,4 @@
64
65
"minimum-stability": "dev",
66
"prefer-stable": true
67
-}
+}
0 commit comments