From a3887c78af789334ad794d2c717385f11114cc03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 13:52:53 +0200 Subject: update to 1.2.1 supplements php-pear --- installed.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index 1265687..f8c16d0 100644 --- a/installed.json +++ b/installed.json @@ -712,17 +712,17 @@ }, { "name": "illuminate/container", - "version": "v10.48.28", - "version_normalized": "10.48.28.0", + "version": "v10.49.0", + "version_normalized": "10.49.0.0", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3" + "reference": "b4956de5de18524c21ef36221a8ffd7fa3b534db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3", - "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3", + "url": "https://api.github.com/repos/illuminate/container/zipball/b4956de5de18524c21ef36221a8ffd7fa3b534db", + "reference": "b4956de5de18524c21ef36221a8ffd7fa3b534db", "shasum": "" }, "require": { @@ -733,7 +733,7 @@ "provide": { "psr/container-implementation": "1.1|2.0" }, - "time": "2024-11-21T14:02:44+00:00", + "time": "2025-03-24T11:47:24+00:00", "type": "library", "extra": { "branch-alias": { @@ -766,17 +766,17 @@ }, { "name": "illuminate/contracts", - "version": "v10.48.28", - "version_normalized": "10.48.28.0", + "version": "v10.49.0", + "version_normalized": "10.49.0.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74" + "reference": "2393ef579e020d88e24283913c815c3e2c143323" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74", - "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/2393ef579e020d88e24283913c815c3e2c143323", + "reference": "2393ef579e020d88e24283913c815c3e2c143323", "shasum": "" }, "require": { @@ -784,7 +784,7 @@ "psr/container": "^1.1.1|^2.0.1", "psr/simple-cache": "^1.0|^2.0|^3.0" }, - "time": "2024-11-21T14:02:44+00:00", + "time": "2025-03-24T11:47:24+00:00", "type": "library", "extra": { "branch-alias": { @@ -817,17 +817,17 @@ }, { "name": "justinrainbow/json-schema", - "version": "6.5.1", - "version_normalized": "6.5.1.0", + "version": "6.5.2", + "version_normalized": "6.5.2.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "b5ab21e431594897e5bb86343c01f140ba862c26" + "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/b5ab21e431594897e5bb86343c01f140ba862c26", - "reference": "b5ab21e431594897e5bb86343c01f140ba862c26", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ac0d369c09653cf7af561f6d91a705bc617a87b8", + "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8", "shasum": "" }, "require": { @@ -843,7 +843,7 @@ "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^8.5" }, - "time": "2025-08-29T10:58:11+00:00", + "time": "2025-09-09T09:42:27+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.1" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.2" }, "install-path": "../justinrainbow/json-schema" }, -- cgit