Skip to content

Commit

Permalink
Upgrade to 5.1 on all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ghunti committed Jul 15, 2015
1 parent fe93111 commit 5f2e74d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/contracts": "5.0.*",
"illuminate/database": "5.0.*",
"illuminate/http": "5.0.*",
"illuminate/routing": "5.0.*",
"illuminate/support": "5.0.*",
"illuminate/validation": "5.0.*"
"illuminate/contracts": "5.1.*",
"illuminate/database": "5.1.*",
"illuminate/http": "5.1.*",
"illuminate/routing": "5.1.*",
"illuminate/support": "5.1.*",
"illuminate/validation": "5.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5f2e74d

Please sign in to comment.