From 2dc6b7a2deb92a57e7cc5a19cf05365a71301a2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 08:04:53 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^4.0 to ^5.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/master/CHANGELOG.md) - [Commits](https://github.com/symfony/var-dumper/compare/v4.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3082761..227dc4d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "psr/log": "^1.0" }, "require-dev": { - "symfony/var-dumper": "^4.0", + "symfony/var-dumper": "^5.1", "phpunit/phpunit": "^5.4", "monolog/monolog": "^1.3", "symfony/http-foundation": "^3.0",