Skip to content

Commit

Permalink
Lower mimimum illuminate/view version constraint to keep PHP 5.3 comp…
Browse files Browse the repository at this point in the history
…atibility
  • Loading branch information
MacFJA committed Oct 5, 2017
1 parent 3bdf988 commit 5159d06
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 @@ -15,7 +15,7 @@
"require": {
"php" : ">=5.3.0",
"phptransformers/phptransformer": "~1.0.0",
"illuminate/view": "^5.2"
"illuminate/view": "^4.1 || ^5.2"
},
"require-dev": {
"phpunit/phpunit" : "~4.6",
Expand Down

0 comments on commit 5159d06

Please sign in to comment.