From d0593ceae1bb6463be32ae6e850e2e1a2a23ecdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:23:31 +0000 Subject: [PATCH] Update softcreatr/jsonpath requirement from ^0.8 to ^0.9 Updates the requirements on [softcreatr/jsonpath](https://github.com/SoftCreatR/JSONPath) to permit the latest version. - [Release notes](https://github.com/SoftCreatR/JSONPath/releases) - [Changelog](https://github.com/SoftCreatR/JSONPath/blob/main/CHANGELOG.md) - [Commits](https://github.com/SoftCreatR/JSONPath/compare/0.8.0...0.9.1) --- updated-dependencies: - dependency-name: softcreatr/jsonpath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba6b57d..a3fa8b8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.0", - "softcreatr/jsonpath": "^0.8", + "softcreatr/jsonpath": "^0.9", "justinrainbow/json-schema": "^5.0" }, "conflict": {