diff --git a/composer.json b/composer.json index 0e9f7534..5f94dc9d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "ergebnis/json-pointer": "^3.0.0", + "ergebnis/json-pointer": "^3.1.0", "ergebnis/json-printer": "^3.2.0", "ergebnis/json-schema-validator": "^3.1.0", "justinrainbow/json-schema": "^5.2.11" diff --git a/composer.lock b/composer.lock index dd92f29d..dc58e79f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "edb1031d8c766964bef6cc4f609cabd3", + "content-hash": "020bf2db503f5d9c8209c8537ad3c69d", "packages": [ { "name": "ergebnis/json-pointer", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-pointer.git", - "reference": "0e3afdc440d5bb955d8450968451b935b9ce3592" + "reference": "f762a112784ab0ffc81d6aca4ff5308fed6d287d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/0e3afdc440d5bb955d8450968451b935b9ce3592", - "reference": "0e3afdc440d5bb955d8450968451b935b9ce3592", + "url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/f762a112784ab0ffc81d6aca4ff5308fed6d287d", + "reference": "f762a112784ab0ffc81d6aca4ff5308fed6d287d", "shasum": "" }, "require": { @@ -73,7 +73,7 @@ "type": "github" } ], - "time": "2022-03-21T10:02:16+00:00" + "time": "2022-03-21T13:24:23+00:00" }, { "name": "ergebnis/json-printer",