Skip to content

Commit

Permalink
Update version constraint.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 16, 2015
1 parent b548ba5 commit 145c247
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
},
"require": {
"php": ">=5.5.0",
"orchestra/support": "3.1.*"
"orchestra/support": "~3.1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.1",
"illuminate/database": "5.1.*",
"illuminate/pagination": "5.1.*",
"illuminate/routing": "5.1.*",
"illuminate/translation": "5.1.*"
"illuminate/database": "~5.1.0",
"illuminate/pagination": "~5.1.0",
"illuminate/routing": "~5.1.0",
"illuminate/translation": "~5.1.0"
},
"suggest": {
"laravel/framework": "Allow using orchestra/html component outside of Orchestra Platform (~5.1).",
Expand Down

0 comments on commit 145c247

Please sign in to comment.