Skip to content

Commit

Permalink
Downgrade Laravel & PHP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
elvendor committed Jun 18, 2014
1 parent 9502462 commit 6dd6707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
"php": ">=5.3",
"illuminate/support": "~4"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 6dd6707

Please sign in to comment.