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 f68a05f commit 30e23b8Copy full SHA for 30e23b8
composer.json
@@ -16,9 +16,9 @@
16
"require": {
17
"php": "^8.1",
18
"ext-pdo": "*",
19
- "illuminate/contracts": "^10.0",
20
- "illuminate/support": "^10.0",
21
- "illuminate/database": "^10.0",
+ "illuminate/contracts": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0",
+ "illuminate/database": "^10.0|^11.0",
22
"psr/log": "^1|^2|^3"
23
},
24
"autoload": {
0 commit comments