From 5e74ac91b4cd23551cdce362a35bebf05c01c232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:09:50 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^6.0 to ^6.0 || ^7.0 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/var-dumper/compare/v6.0.0...v7.2.0) --- 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 572f798..97652c6 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^11.0", "psy/psysh": "^0.12.5", - "symfony/var-dumper": "^6.0", + "symfony/var-dumper": "^6.0 || ^7.0", "yoast/phpunit-polyfills": "^3.0" }, "autoload": {