Skip to content

Commit b26cc82

Browse files
committed
Merge pull request #231 from bighappyface/php-53-bc
fix(composer): reduce minimum php to 5.3.3
2 parents f3380eb + bf2af1a commit b26cc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
}],
3838
"require": {
39-
"php": ">=5.3.29"
39+
"php": ">=5.3.3"
4040
},
4141
"require-dev": {
4242
"json-schema/JSON-Schema-Test-Suite": "1.1.0",

0 commit comments

Comments
 (0)