Skip to content

Commit

Permalink
Fix Laravel Composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jun 12, 2015
1 parent bcb3c40 commit ad204f6
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 @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/database": "~5.1",
"illuminate/support": "~5.1",
"illuminate/filesystem": "~5.1",
"illuminate/config": "~5.1",
"illuminate/routing": "~5.1"
"illuminate/database": "5.1.*",
"illuminate/support": "5.1.*",
"illuminate/filesystem": "5.1.*",
"illuminate/config": "5.1.*",
"illuminate/routing": "5.1.*"
},
"require-dev": {
"mockery/mockery": "~0.9"
Expand Down

0 comments on commit ad204f6

Please sign in to comment.