From 8d567b1169cd32c43d90e9f576796d9e9b0535ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Apr 2022 07:07:35 +0200 Subject: update to 2.3.5 --- installed.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index 6d351aa..3a8585d 100644 --- a/installed.json +++ b/installed.json @@ -463,17 +463,17 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.11", - "version_normalized": "5.2.11.0", + "version": "5.2.12", + "version_normalized": "5.2.12.0", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { @@ -484,7 +484,7 @@ "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, - "time": "2021-07-22T09:24:00+00:00", + "time": "2022-04-13T08:02:27+00:00", "bin": [ "bin/validate-json" ], @@ -530,7 +530,7 @@ ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11" + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" }, "install-path": "../justinrainbow/json-schema" }, -- cgit