From 76567d1e84de928c08ce9ac5b7f009985c732b10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 22:19:04 +0000 Subject: [PATCH] Update infection/infection requirement || ^0.19.0 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.18...0.19.1) 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 ec44aa904..d964a2c32 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "yiisoft/strings": "^1.0" }, "require-dev": { - "infection/infection": "^0.18.0", + "infection/infection": "^0.18.0 || ^0.19.0", "phpunit/phpunit": "^9.3", "vimeo/psalm": "^4.0", "yiisoft/aliases": "^1.0",