Skip to content

Commit

Permalink
Merge pull request #2 from tacone/patch-1
Browse files Browse the repository at this point in the history
Downgrade PHP requirements to 5.5.9, fixes #1
  • Loading branch information
mattmcdonald-uk committed May 14, 2016
2 parents 6f94188 + 0fbe074 commit 679aad5
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 679aad5

Please sign in to comment.