From 91932ac5ae293cc5877edc3be90f751cebc62349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:27:07 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from 4.* to 6.* 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/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/var-dumper/compare/v4.0.0...v6.2.7) --- 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 ee71913..605735e 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "php-stubs/wordpress-stubs": "^5.9.0", "roots/wordpress": "^5.9", "wp-phpunit/wp-phpunit": "^5.9", - "symfony/var-dumper": "4.*", + "symfony/var-dumper": "6.*", "yoast/phpunit-polyfills": "^1.0.0", "gin0115/wpunit-helpers": "~1.0.0", "friendsofphp/php-cs-fixer": "^3",