From c7cf27adf0600ff5288a4b7ac2f1f84776133443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:45:58 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.27.10 to ^0.27.11 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.27.10...0.27.11) --- 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 4f5de46..edcd1c9 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "codedungeon/phpunit-result-printer": "^0.32", "guzzlehttp/guzzle": "^7.8", "ilexn/keep-a-change-log": "^2.0.1", - "infection/infection": "^0.27.10", + "infection/infection": "^0.27.11", "phpbench/phpbench": "^1.2.15", "phpstan/phpstan": "^1.10.62", "phpstan/phpstan-phpunit": "^1.3.16",