From e22e092724b281f647749f08947a951b188447f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 10:00:05 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.26 to ^0.26 || ^0.27 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.26.0...0.27.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 45cccea6..4d9af669 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.8", - "infection/infection": "^0.26", + "infection/infection": "^0.26 || ^0.27", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^9.5",