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 bf7b1c7 commit 92263beCopy full SHA for 92263be
composer.json
@@ -19,10 +19,10 @@
19
],
20
"license": "MIT",
21
"require": {
22
- "illuminate/support": "^9.0",
23
- "illuminate/container": "^9.0",
24
- "illuminate/database": "^9.0",
25
- "illuminate/events": "^9.0",
+ "illuminate/support": "^9.0|^10.0|^11",
+ "illuminate/container": "^9.0|^10.0|^11",
+ "illuminate/database": "^9.0|^10.30|^11",
+ "illuminate/events": "^9.0|^10.0|^11",
26
"mongodb/mongodb": "^1.11"
27
},
28
"require-dev": {
0 commit comments