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",