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 cc64db9 commit 3d3a6eeCopy full SHA for 3d3a6ee
composer.json
@@ -35,11 +35,10 @@
35
"prefer-stable": true,
36
"require": {
37
"leafs/leaf": "*",
38
- "doctrine/dbal": "^3.2",
39
"vlucas/phpdotenv": "^5.4",
40
- "illuminate/database": "^8.75",
41
- "illuminate/events": "^8.75",
42
- "symfony/yaml": "^6.4",
+ "illuminate/database": "^8.75|^10.0|^12.0",
+ "illuminate/events": "^8.75|^10.0|^12.0",
+ "symfony/yaml": "^5.4|^6.4",
43
"leafs/db": "*"
44
},
45
"require-dev": {
0 commit comments