Skip to content

Commit d952ce1

Browse files
Use safer version constraints
1 parent d14454a commit d952ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.7",
14-
"illuminate/support": "~5.0",
15-
"orchestra/config": "~3.0",
16-
"orchestra/support-providers": "~3.0",
14+
"illuminate/support": "5.0.*",
15+
"orchestra/config": "3.0.*",
16+
"orchestra/support-providers": "3.0.*",
1717
"parse/php-sdk": "~1.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)