From a9be605fc16c4f2f36bc7c11c1d3d8c84b621e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 07:14:20 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.20 to ^0.20 || ^0.21 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.20.0...0.21.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c13a65d..b833a2b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "clue/block-react": "^1.4", - "infection/infection": "^0.20", + "infection/infection": "^0.20 || ^0.21", "phpro/grumphp": "^1.0.0", "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.4",