From cda00f6770112bf16ed9bdbc708b93048ed14f54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 07:58:56 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.7 to ^5.7 || ^9.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/master/ChangeLog-9.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.7.0...9.2.3) 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 7e1ca42..025d2aa 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.11", - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^5.7 || ^9.0", "symfony/var-dumper": "^3.4" }, "autoload": {