From 57995a5c2ec4f4c89c61fcc89a7ae1ff3bdc6afb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Sep 2025 06:19:54 +0200 Subject: update to 1.2.0 --- installed.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index db8e37d..1265687 100644 --- a/installed.json +++ b/installed.json @@ -817,17 +817,17 @@ }, { "name": "justinrainbow/json-schema", - "version": "6.5.0", - "version_normalized": "6.5.0.0", + "version": "6.5.1", + "version_normalized": "6.5.1.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "3916d662058b47fddb07c0c2ec57eb027b9ba21d" + "reference": "b5ab21e431594897e5bb86343c01f140ba862c26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/3916d662058b47fddb07c0c2ec57eb027b9ba21d", - "reference": "3916d662058b47fddb07c0c2ec57eb027b9ba21d", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/b5ab21e431594897e5bb86343c01f140ba862c26", + "reference": "b5ab21e431594897e5bb86343c01f140ba862c26", "shasum": "" }, "require": { @@ -843,7 +843,7 @@ "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^8.5" }, - "time": "2025-08-29T08:51:57+00:00", + "time": "2025-08-29T10:58:11+00:00", "bin": [ "bin/validate-json" ], @@ -889,7 +889,7 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.0" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.1" }, "install-path": "../justinrainbow/json-schema" }, -- cgit