From b4beca0efc188d99dc822e1746574ab8df5e9531 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 08:53:43 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5 to ^7.5 || ^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.5.0...8.5.8) 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 1291b20..36b99ae 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "text/template": "~2.6" }, "require-dev": { - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5 || ^8.0", "swoft/swoole-ide-helper": "dev-master" }, "replace": {