From 0e41fa7866710b55dabcfaefd8147c4b06a90aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 21:07:24 +0000 Subject: [PATCH] Update infection/infection requirement || ^0.24.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.23.0...0.24.0) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd8066a..a138e13 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "icanhazstring/composer-unused": "^0.7.5", - "infection/infection": "^0.23.0", + "infection/infection": "^0.23.0 || ^0.24.0", "phpro/grumphp": "^1.0", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.0 || ^9.0",