Skip to content

Commit

Permalink
Add support Laravel 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brezhnev Ivan committed Oct 27, 2015
1 parent 6629bf4 commit fcb0925
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 @@ -11,9 +11,9 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/contracts": "5.0.*",
"illuminate/http": "5.0.*"
"php": ">=5.5.0",
"illuminate/contracts": "5.1.*",
"illuminate/http": "5.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fcb0925

Please sign in to comment.