From c0bbf45f1c2bf59b42494b011ec9a9980e9852c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 07:46:06 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5.14 to ^8.5.14 || ^9.0.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.14...9.5.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a73502d..e197481 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^8.5.14", + "phpunit/phpunit": "^8.5.14 || ^9.0.0", "phpstan/phpstan": "0.12.81", "friendsofphp/php-cs-fixer": "2.18.3", "maglnet/composer-require-checker": "^1.1.0 || ^2.0.0 || ^3.0.0",