We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924fdff commit fe7113cCopy full SHA for fe7113c
composer.json
@@ -53,9 +53,9 @@
53
"ext-pdo": "*",
54
"ext-odbc": "*",
55
"doctrine/dbal": "~3.6",
56
- "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.13",
57
- "illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.13",
58
- "symfony/options-resolver": "^3.2|^4.3|^5.4|^6.3"
+ "illuminate/support": ">=5.5",
+ "illuminate/database": ">=5.5",
+ "symfony/options-resolver": ">=3.2"
59
},
60
"require-dev": {
61
"phpmd/phpmd": "~2.13",
0 commit comments