From 1cf9037062b93e23e5ea05c62c66664220ae3afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:36:23 +0100 Subject: [PATCH] Bump halaxa/json-machine in the minor-and-patch-version-updates group (#139) Bumps the minor-and-patch-version-updates group with 1 update: [halaxa/json-machine](https://github.com/halaxa/json-machine). Updates `halaxa/json-machine` from 1.1.4 to 1.2.0 - [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.1.4...1.2.0) --- updated-dependencies: - dependency-name: halaxa/json-machine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a014e73..3db374a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "guzzlehttp/uri-template": "v1.0.3", "netresearch/jsonmapper": "5.0.0", "lstrojny/functional-php": "1.17.0", - "halaxa/json-machine": "1.1.4" + "halaxa/json-machine": "1.2.0" }, "require-dev": { "brianium/paratest": "7.3.1" diff --git a/composer.lock b/composer.lock index 132a862..1842ff8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7d6245943eb4f5367eadf7b84a6d1d8c", + "content-hash": "712a6afcb0f61540ea019a25c3cf1dd0", "packages": [ { "name": "guzzlehttp/guzzle", @@ -419,20 +419,20 @@ }, { "name": "halaxa/json-machine", - "version": "1.1.4", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/halaxa/json-machine.git", - "reference": "5147f38f74d7ab3e27733e3f3bdabbd2fd28e3fa" + "reference": "c889fdff2d5a51affae0033464ff24b0ae936b72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/halaxa/json-machine/zipball/5147f38f74d7ab3e27733e3f3bdabbd2fd28e3fa", - "reference": "5147f38f74d7ab3e27733e3f3bdabbd2fd28e3fa", + "url": "https://api.github.com/repos/halaxa/json-machine/zipball/c889fdff2d5a51affae0033464ff24b0ae936b72", + "reference": "c889fdff2d5a51affae0033464ff24b0ae936b72", "shasum": "" }, "require": { - "php": "7.0 - 8.3" + "php": "7.2 - 8.4" }, "require-dev": { "ext-json": "*", @@ -446,6 +446,9 @@ }, "type": "library", "autoload": { + "files": [ + "src/functions.php" + ], "psr-4": { "JsonMachine\\": "src/" }, @@ -466,7 +469,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.1.4" + "source": "https://github.com/halaxa/json-machine/tree/1.2.0" }, "funding": [ { @@ -474,7 +477,7 @@ "type": "other" } ], - "time": "2023-11-28T21:12:40+00:00" + "time": "2024-11-24T12:48:58+00:00" }, { "name": "lstrojny/functional-php",