Skip to content

Commit

Permalink
Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed May 12, 2015
1 parent 741e6d4 commit d5c7b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.0.*",
"illuminate/config": "5.0.*",
"illuminate/view": "5.0.*",
"illuminate/support": "5.1.*@dev",
"illuminate/config": "5.1.*@dev",
"illuminate/view": "5.1.*@dev",
"laravelcollective/html": "~5.0"
},
"require-dev": {
Expand Down

0 comments on commit d5c7b44

Please sign in to comment.