Skip to content

Commit 509abb0

Browse files
committed
Merge pull request #11 from ericbv/master
Add compatibility for laravel 5
2 parents 2a16a09 + 3d2e5ba commit 509abb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"require": {
1616
"php": ">=5.3.0",
17-
"laravel/framework": "~4.1",
17+
"laravel/framework": "~4.1 | ~5.0",
1818
"phpspec/phpspec": "~2.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)