Skip to content

Commit bf2af1a

Browse files
committed
fix(composer): reduce minimum php to 5.3.3
1 parent f3380eb commit bf2af1a

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)