From d8886b37994d9b33ff05f5056503879767ed68b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 00:08:24 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.7 to ^6.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/6.0.8/ChangeLog-6.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.7.0...6.0.8) 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 d6d42c8..30d022f 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "symfony/css-selector": "^3.0", "symfony/asset": "^3.2", "symfony/templating": "^3.2", - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^6.0", "sebastian/recursion-context": "~2.0", "sebastian/exporter": "~2.0", "doctrine/doctrine-bundle": "^1.5",