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 e0dcc9a commit 6fbdb68Copy full SHA for 6fbdb68
composer.json
@@ -23,9 +23,9 @@
23
],
24
"require": {
25
"php": "^7.0",
26
- "illuminate/config": "~5.5.0 || ~5.6.0",
27
- "illuminate/database": "~5.5.0 || ~5.6.0",
28
- "illuminate/support": "~5.5.0 || ~5.6.0",
+ "illuminate/config": ">5.5.0",
+ "illuminate/database": ">5.5.0",
+ "illuminate/support": ">5.5.0",
29
"kalnoy/nestedset": "^4.3"
30
},
31
"require-dev": {
0 commit comments