From 0b1d7f2b59598e28da8f0ffedca56e47a1a47400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 19:31:02 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.1 to ^7.1 || ^8.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-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.1.0...8.5.8) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e9414c..9f7d4f1 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "arbiter/arbiter": "~1.0" }, "require-dev": { - "phpunit/phpunit": "^7.1", + "phpunit/phpunit": "^7.1 || ^8.0", "laminas/laminas-diactoros": "~2.2" }, "autoload": {