From 516241b7751788bd5988160fdfd4c24d4343a67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:33:03 +0000 Subject: [PATCH 1/2] Update infection/infection requirement || ^0.32.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.31.9...0.32.6) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.32.6 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 f32b737..4d38c05 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "eventjet/coding-standard": "^3.12", "guzzlehttp/psr7": "^2.7", - "infection/infection": "^0.31.9", + "infection/infection": "^0.31.9 || ^0.32.0", "maglnet/composer-require-checker": "^4.16", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^2.1", From e0bb6cc049ff063343ce096f80a4385301cbd2c9 Mon Sep 17 00:00:00 2001 From: Rudolph Gottesheim Date: Wed, 11 Mar 2026 08:34:12 +0100 Subject: [PATCH 2/2] Narrow infection constraint to ^0.32.0 Co-Authored-By: Claude Sonnet 4.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4d38c05..444e8da 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "eventjet/coding-standard": "^3.12", "guzzlehttp/psr7": "^2.7", - "infection/infection": "^0.31.9 || ^0.32.0", + "infection/infection": "^0.32.0", "maglnet/composer-require-checker": "^4.16", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^2.1",