Skip to content

Commit

Permalink
Merge pull request #2 from cooperl22/laravel5
Browse files Browse the repository at this point in the history
Update composer.json for Laravel 5
  • Loading branch information
cooperl22 committed May 6, 2015
2 parents 3e0acb4 + d4a6a15 commit bfc1119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4.2",
"illuminate/database": "~4.2"
"illuminate/support": "~5.0",
"illuminate/database": "~5.0"
},
"require-dev": {
},
Expand Down

0 comments on commit bfc1119

Please sign in to comment.