From d81a42b98c0506889e553a31531934c188238979 Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Mon, 20 Apr 2015 17:43:07 -0400 Subject: [PATCH] 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b28b3b9f..d9224d28 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } }], "require": { - "php": ">=5.3.0" + "php": ">=5.3.2" }, "require-dev": { "json-schema/JSON-Schema-Test-Suite": "1.1.0",