From 6999e1e3f07be16a492739b164f2f031d7328ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 07:47:13 +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 1be282c..403ec0f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^8.5.14", + "phpunit/phpunit": "^8.5.14 || ^9.0.0", "phpstan/phpstan": "0.12.81", "diablomedia/zendframework1-view-helper-layout": "^1.0", "friendsofphp/php-cs-fixer": "2.18.3",