From f417116d5fde55685cbf96ea2a32c14cbf5e9cf9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 09:17:56 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.16.3 to ^0.16.3 || ^0.18 Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.16.3...0.18) 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 5ee097c14..bfc00ddaa 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "yiisoft/strings": "^1.0" }, "require-dev": { - "infection/infection": "^0.16.3", + "infection/infection": "^0.16.3 || ^0.18", "phpunit/phpunit": "^9.3", "vimeo/psalm": "^3.15", "yiisoft/aliases": "^1.0",