Skip to content

Commit

Permalink
Merge pull request #144 from VentureCraft/develop
Browse files Browse the repository at this point in the history
Allows support to Laravel 5.1
  • Loading branch information
duellsy committed Jun 10, 2015
2 parents eeaa0ad + 7437686 commit 02a63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4.0|~5.0"
"illuminate/support": "~4.0|~5.0|~5.1"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 02a63d9

Please sign in to comment.