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 813c27b commit 92dc2ccCopy full SHA for 92dc2cc
composer.json
@@ -11,12 +11,12 @@
11
],
12
"require": {
13
"php": ">=5.5.9",
14
- "illuminate/contracts": "5.0.*",
15
- "illuminate/filesystem": "5.0.*",
16
- "illuminate/http": "5.0.*",
17
- "illuminate/routing": "5.0.*",
18
- "illuminate/support": "5.0.*",
19
- "illuminate/view": "5.0.*",
+ "illuminate/contracts": "5.0.*|5.1.*",
+ "illuminate/filesystem": "5.0.*|5.1.*",
+ "illuminate/http": "5.0.*|5.1.*",
+ "illuminate/routing": "5.0.*|5.1.*",
+ "illuminate/support": "5.0.*|5.1.*",
+ "illuminate/view": "5.0.*|5.1.*",
20
"mrclay/minify": "~2.2"
21
},
22
"require-dev": {
0 commit comments