Skip to content

Commit

Permalink
fix(composer): reduce minimum php to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bighappyface committed Feb 5, 2016
1 parent f3380eb commit bf2af1a
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 bf2af1a

Please sign in to comment.