From 1d7c2a63eb98a9b69a08d700d133471bfcf5a634 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 09:01:21 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.2 to ^5.2 || ^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.5.14/ChangeLog-6.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.2.0...6.5.14) 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 937dd74..d241a00 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "symfony/var-dumper": "*", - "phpunit/phpunit": "^5.2", + "phpunit/phpunit": "^5.2 || ^6.0", "symfony/http-foundation": "^3.3" } }