Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 050b325

Browse files
Use safer version constraints
1 parent 2ed434c commit 050b325

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.7",
14-
"illuminate/contracts": "~5.0",
15-
"illuminate/http": "~5.0",
16-
"illuminate/support": "~5.0",
17-
"orchestra/config": "~3.0",
18-
"orchestra/support-providers": "~3.0"
14+
"illuminate/contracts": "5.0.*",
15+
"illuminate/http": "5.0.*",
16+
"illuminate/support": "5.0.*",
17+
"orchestra/config": "3.0.*",
18+
"orchestra/support-providers": "3.0.*"
1919
},
2020
"require-dev": {
2121
"graham-campbell/testbench": "~2.0"

0 commit comments

Comments
 (0)