From 7914d43b4b79082bcebe3db2358225bdffcfdad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:18:09 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^5.3 to ^7.1 Updates the requirements on [symfony/var-dumper](https://github.com/symfony/var-dumper) to permit the latest version. - [Release notes](https://github.com/symfony/var-dumper/releases) - [Changelog](https://github.com/symfony/var-dumper/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/var-dumper/compare/v5.3.0...v7.1.2) --- updated-dependencies: - dependency-name: symfony/var-dumper 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 76c0d92..9f05e2c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^9.6", - "symfony/var-dumper": "^5.3", + "symfony/var-dumper": "^7.1", "thecodingmachine/phpstan-safe-rule": "^1.2", "tomasvotruba/cognitive-complexity": "0.2.3", "tomasvotruba/type-coverage": "0.2.5",