Skip to content

Commit

Permalink
Merge pull request #11 from ericbv/master
Browse files Browse the repository at this point in the history
Add compatibility for laravel 5
  • Loading branch information
BenConstable committed Sep 17, 2014
2 parents 2a16a09 + 3d2e5ba commit 509abb0
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 @@ -14,7 +14,7 @@
"license": "MIT",
"require": {
"php": ">=5.3.0",
"laravel/framework": "~4.1",
"laravel/framework": "~4.1 | ~5.0",
"phpspec/phpspec": "~2.0"
},
"autoload": {
Expand Down

0 comments on commit 509abb0

Please sign in to comment.