From 4279d32349cf9d819e1b7ffa92ecf51d8a115d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:02:49 +0000 Subject: [PATCH] build(deps): bump halaxa/json-machine from 1.2.5 to 1.2.6 Bumps [halaxa/json-machine](https://github.com/halaxa/json-machine) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/halaxa/json-machine/releases) - [Changelog](https://github.com/halaxa/json-machine/blob/master/CHANGELOG.md) - [Commits](https://github.com/halaxa/json-machine/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: halaxa/json-machine dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 59990204c..822a1fb20 100644 --- a/composer.lock +++ b/composer.lock @@ -1139,20 +1139,20 @@ }, { "name": "halaxa/json-machine", - "version": "1.2.5", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/halaxa/json-machine.git", - "reference": "d0f84abf79ac98145d478b66d2bcf363d706477c" + "reference": "8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/halaxa/json-machine/zipball/d0f84abf79ac98145d478b66d2bcf363d706477c", - "reference": "d0f84abf79ac98145d478b66d2bcf363d706477c", + "url": "https://api.github.com/repos/halaxa/json-machine/zipball/8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4", + "reference": "8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4", "shasum": "" }, "require": { - "php": "7.2 - 8.4" + "php": "7.2 - 8.5" }, "require-dev": { "ext-json": "*", @@ -1189,7 +1189,7 @@ "description": "Efficient, easy-to-use and fast JSON pull parser", "support": { "issues": "https://github.com/halaxa/json-machine/issues", - "source": "https://github.com/halaxa/json-machine/tree/1.2.5" + "source": "https://github.com/halaxa/json-machine/tree/1.2.6" }, "funding": [ { @@ -1197,7 +1197,7 @@ "type": "other" } ], - "time": "2025-07-07T13:38:34+00:00" + "time": "2025-12-05T14:53:09+00:00" }, { "name": "meilisearch/meilisearch-php",