From 98092ddda220559e96aff7b99e28befd97d3d4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 10:01:58 +0000 Subject: [PATCH] Update infection/infection requirement || ^0.25.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.24.0...0.25.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 ef1c66a..347b46f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "enqueue/pheanstalk": "^0.10.2", "enqueue/redis": "^0.10.1", "enqueue/sqs": "^0.10.1", - "infection/infection": "^0.24.0", + "infection/infection": "^0.24.0 || ^0.25.0", "phpro/grumphp": "~0.17 || ~1.0", "phpstan/phpstan": "^0.11.5 || ^0.12.0", "phpunit/phpunit": "^8.0 || ^9.0",