Skip to content

Commit

Permalink
Changed illuminate/support requirement.
Browse files Browse the repository at this point in the history
Changed requirement for support of Laravel dev/5.
  • Loading branch information
camroncade committed Dec 18, 2014
1 parent 265c82b commit 2cd38f0
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
"illuminate/support": ">=4.2"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 2cd38f0

Please sign in to comment.