From bc549c34a6b294f46c8cb87f282b912d24acba71 Mon Sep 17 00:00:00 2001 From: Jonas Stendahl Date: Tue, 11 Oct 2016 17:15:17 +0200 Subject: [PATCH] Upgrade json-schema to allow v4 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8d7cbead1..e5e37d7d0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": "^5.3.2 || ^7.0", - "justinrainbow/json-schema": "^1.6 || ^2.0 || ^3.0", + "justinrainbow/json-schema": "^1.6 || ^2.0 || ^3.0 || ^4.0", "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", "composer/spdx-licenses": "^1.0", diff --git a/composer.lock b/composer.lock index 308569f2d..e95fc923b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "91ea799425e3f97a7ba5c7ac5e0e72e5", + "content-hash": "f16383587ea8facae044abbad436e2a7", "packages": [ { "name": "composer/ca-bundle", @@ -189,16 +189,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "3.0.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "2128f9de8be4600c3394d94c3918faf67157b76b" + "reference": "31b29546f49524cb0123fb5619107a9306444b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2128f9de8be4600c3394d94c3918faf67157b76b", - "reference": "2128f9de8be4600c3394d94c3918faf67157b76b", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/31b29546f49524cb0123fb5619107a9306444b60", + "reference": "31b29546f49524cb0123fb5619107a9306444b60", "shasum": "" }, "require": { @@ -251,7 +251,7 @@ "json", "schema" ], - "time": "2016-08-26 12:45:49" + "time": "2016-10-10 12:37:37" }, { "name": "psr/log",