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 85463eb commit e43aa86Copy full SHA for e43aa86
composer.json
@@ -12,9 +12,9 @@
12
"require": {
13
"php": ">=7.0",
14
"maximebf/debugbar": "~1.15.0",
15
- "illuminate/routing": "5.5.x|5.6.x|5.7.x|5.8.x",
16
- "illuminate/session": "5.5.x|5.6.x|5.7.x|5.8.x",
17
- "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
+ "illuminate/routing": "^5.5|^6",
+ "illuminate/session": "^5.5|^6",
+ "illuminate/support": "^5.5|^6",
18
"symfony/debug": "^3|^4",
19
"symfony/finder": "^3|^4"
20
},
0 commit comments