From 3d79b519b0e39681c19dedd46182c77b5434a128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 05:17:23 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^7.0 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/v7.0.0...v7.1.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 3243f38..9bdfb31 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^10.5", "spatie/ignition": "^1.14", - "symfony/var-dumper": "^7.0", + "symfony/var-dumper": "^7.1", "vimeo/psalm": "^5.24" }, "autoload": {