From edf3b8f6a41d3ebf1e2a0f7aeb34d19f8a954634 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Sep 2023 14:21:19 +0200 Subject: update to 2.6.4 --- installed.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index fdd00df..9ed1ced 100644 --- a/installed.json +++ b/installed.json @@ -539,17 +539,17 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.12", - "version_normalized": "5.2.12.0", + "version": "v5.2.13", + "version_normalized": "5.2.13.0", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" + "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", + "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", "shasum": "" }, "require": { @@ -560,7 +560,7 @@ "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, - "time": "2022-04-13T08:02:27+00:00", + "time": "2023-09-26T02:20:38+00:00", "bin": [ "bin/validate-json" ], @@ -606,7 +606,7 @@ ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" + "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" }, "install-path": "../justinrainbow/json-schema" }, -- cgit