Skip to content

Commit

Permalink
Merge pull request #231 from bighappyface/php-53-bc
Browse files Browse the repository at this point in the history
fix(composer): reduce minimum php to 5.3.3
  • Loading branch information
bighappyface committed Feb 6, 2016
2 parents f3380eb + bf2af1a commit b26cc82
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 @@ -36,7 +36,7 @@
}
}],
"require": {
"php": ">=5.3.29"
"php": ">=5.3.3"
},
"require-dev": {
"json-schema/JSON-Schema-Test-Suite": "1.1.0",
Expand Down

0 comments on commit b26cc82

Please sign in to comment.