Skip to content

Commit 92dc2cc

Browse files
Support L5.1 too
1 parent 813c27b commit 92dc2cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"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.*",
14+
"illuminate/contracts": "5.0.*|5.1.*",
15+
"illuminate/filesystem": "5.0.*|5.1.*",
16+
"illuminate/http": "5.0.*|5.1.*",
17+
"illuminate/routing": "5.0.*|5.1.*",
18+
"illuminate/support": "5.0.*|5.1.*",
19+
"illuminate/view": "5.0.*|5.1.*",
2020
"mrclay/minify": "~2.2"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)