Skip to content

Commit 35c5435

Browse files
committed
Merge pull request #96 from siwinski/pr-update-min-php-version-to-5-3-2
Update minimum PHP version to 5.3.2
2 parents 1235d2e + d81a42b commit 35c5435

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.0"
39+
"php": ">=5.3.2"
4040
},
4141
"require-dev": {
4242
"json-schema/JSON-Schema-Test-Suite": "1.1.0",

0 commit comments

Comments
 (0)