From a127767f212958e1dbc2d16c05454c868fcc27b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:36:56 +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 3c1ec93..e48089f 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": {