From 26e5786b42af1a1884ccb39b32ae8bf4d019b7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:55:53 +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.5) --- 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 87e822c..10ab482 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "phpstan/phpstan-strict-rules": "^1.6", "phpunit/phpunit": "^9.6", "roots/wordpress": "^6.6", - "symfony/var-dumper": "^5.4", + "symfony/var-dumper": "^7.1", "syntatis/coding-standard": "^1.4", "szepeviktor/phpstan-wordpress": "^1.3", "wp-phpunit/wp-phpunit": "^6.6",