From 677310cf5f3cf7294ad93dc466371c9e71ae7dc2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 06:04:41 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5 to ^8.5 || ^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.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.0...9.5.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 a09abe9..4c938ea 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpro/grumphp-shim": "^0.19.1", "phpstan/phpstan": "^0.12.31", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^8.5 || ^9.0", "roave/security-advisories": "dev-master", "sensiolabs/security-checker": "^6.0", "squizlabs/php_codesniffer": "^3.5"