Skip to content

Commit

Permalink
Downgrade PHP requirements to 5.5.9, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tacone committed May 13, 2016
1 parent 6f94188 commit 0fbe074
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 @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=5.6"
"php": ">=5.5.9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0fbe074

Please sign in to comment.