Skip to content

Commit 6165770

Browse files
Use safer version constraints
1 parent 58b06ca commit 6165770

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.7",
14-
"illuminate/filesystem": "~5.0",
15-
"illuminate/http": "~5.0",
16-
"illuminate/routing": "~5.0",
17-
"illuminate/support": "~5.0",
18-
"illuminate/view": "~5.0",
19-
"orchestra/config": "~3.0",
20-
"orchestra/support-providers": "~3.0",
14+
"illuminate/filesystem": "5.0.*",
15+
"illuminate/http": "5.0.*",
16+
"illuminate/routing": "5.0.*",
17+
"illuminate/support": "5.0.*",
18+
"illuminate/view": "5.0.*",
19+
"orchestra/config": "3.0.*",
20+
"orchestra/support-providers": "3.0.*",
2121
"mrclay/minify": "~2.2"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)