From e8903746e87ae2424ec82f3300e6c337b97ee464 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 6 Mar 2017 12:47:05 +0100 Subject: [PATCH] Allow json-schema v5 too, fixes #6163 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d74ec65fc..adc7d01f4 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": "^5.3.2 || ^7.0", - "justinrainbow/json-schema": "^3.0 || ^4.0", + "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", "composer/spdx-licenses": "^1.0", diff --git a/composer.lock b/composer.lock index a93fb8e79..7183d0137 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": "cc935b611f9e58595c17efc6e7eff79a", + "content-hash": "41cdf8fcd1309692e08ed98b7abb200f", "packages": [ { "name": "composer/ca-bundle", @@ -189,16 +189,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "4.1.0", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "d39c56a46b3ebe1f3696479966cd2b9f50aaa24f" + "reference": "48817e5f95c9d29e11513f12e43cc0223fa5eb6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d39c56a46b3ebe1f3696479966cd2b9f50aaa24f", - "reference": "d39c56a46b3ebe1f3696479966cd2b9f50aaa24f", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/48817e5f95c9d29e11513f12e43cc0223fa5eb6c", + "reference": "48817e5f95c9d29e11513f12e43cc0223fa5eb6c", "shasum": "" }, "require": { @@ -215,7 +215,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -251,7 +251,7 @@ "json", "schema" ], - "time": "2016-12-22T16:43:46+00:00" + "time": "2017-02-22T03:28:16+00:00" }, { "name": "psr/log",