From 26b167c7270d863b8ca9bdd80e07078a205020cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:32:32 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^5.4 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.4.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 afde197..08ccbaa 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^9.6", "roots/wordpress": "^6.5", - "symfony/var-dumper": "^5.4", + "symfony/var-dumper": "^7.1", "syntatis/coding-standard": "^1.2", "szepeviktor/phpstan-wordpress": "^1.3", "wp-phpunit/wp-phpunit": "^6.5",