From 54d61ec486bf70f22cc3cf490afcd63535283c74 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 23 Mar 2015 20:49:40 +0000 Subject: [PATCH] Use justinrainbow/json-schema 1.4 justinrainbow/json-schema version 1.4.0 has been tagged (https://github.com/justinrainbow/json-schema/releases/tag/1.4.0), which fixes naming conflicts with Scalar Type Hints in (what will be) PHP 7. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8cdf0fd9c..f3eee609a 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=5.3.2", - "justinrainbow/json-schema": "~1.3", + "justinrainbow/json-schema": "~1.4", "seld/jsonlint": "~1.0", "symfony/console": "~2.5", "symfony/finder": "~2.2",