Skip to content

Commit cffdeb7

Browse files
committed
Update minimum PHP version to 5.3.2
bin/validate-json uses stream_resolve_include_path() which is only available in PHP >= 5.3.2
1 parent e9f0bb6 commit cffdeb7

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)