From 3f74c651b7af0afe96945cfd99d6ce6c0cb6e59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:47:49 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^7.1 to ^7.2 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/v7.1.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 7e902be..38b23b4 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-phpunit": "^1.4", "phpunit/phpunit": "^10.5", "spatie/ignition": "^1.15", - "symfony/var-dumper": "^7.1", + "symfony/var-dumper": "^7.2", "vimeo/psalm": "^5.26" }, "autoload": {