From 151f15c2c71a5b267681ac616ed7b2545ea00b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:56:18 +0000 Subject: [PATCH] Update remorhaz/php-json-data requirement from ^0.5.3 to ^0.7.0 Updates the requirements on [remorhaz/php-json-data](https://github.com/remorhaz/php-json-data) to permit the latest version. - [Release notes](https://github.com/remorhaz/php-json-data/releases) - [Changelog](https://github.com/remorhaz/php-json-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/remorhaz/php-json-data/compare/v0.5.3...v0.7.0) --- updated-dependencies: - dependency-name: remorhaz/php-json-data 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..126eec6 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "psalm/plugin-phpunit": "^0.19.0", - "remorhaz/php-json-data": "^0.5.3", + "remorhaz/php-json-data": "^0.7.0", "remorhaz/php-json-path": "^0.7.7", "squizlabs/php_codesniffer": "^3.7.2", "vimeo/psalm": "^5.12"