From 9786ee0d396a111f3943dbb49f1393608b014fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:56:11 +0000 Subject: [PATCH] Update remorhaz/php-json-path requirement from ^0.7.7 to ^0.8.1 Updates the requirements on [remorhaz/php-json-path](https://github.com/remorhaz/php-json-path) to permit the latest version. - [Release notes](https://github.com/remorhaz/php-json-path/releases) - [Changelog](https://github.com/remorhaz/php-json-path/blob/master/CHANGELOG.md) - [Commits](https://github.com/remorhaz/php-json-path/compare/v0.7.7...v0.8.1) --- updated-dependencies: - dependency-name: remorhaz/php-json-path dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7cdc834..fe184d8 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "psalm/plugin-phpunit": "^0.19.0", "remorhaz/php-json-data": "^0.5.3", - "remorhaz/php-json-path": "^0.7.7", + "remorhaz/php-json-path": "^0.8.1", "squizlabs/php_codesniffer": "^3.7.2", "vimeo/psalm": "^5.12" },