From e64fc37b3c3723ed831a873edfdc72e416561139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:02:40 +0000 Subject: [PATCH] build(deps-dev): Update infection/infection requirement from ^0.29.14 || ^0.31.0 to ^0.29.14 || ^0.31.0 || ^0.32.0 Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. Updates `infection/infection` to 0.32.0 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/commits/0.32.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.32.0 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 321ff01..088377a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "composer/semver": "^3.4.3", "ergebnis/composer-normalize": "^2.45", "fidry/makefile": "^1.1.1", - "infection/infection": "^0.29.14 || ^0.31.0", + "infection/infection": "^0.29.14 || ^0.31.0 || ^0.32.0", "jangregor/phpstan-prophecy": "^2.1.1", "phpspec/prophecy-phpunit": "^2.3", "phpstan/extension-installer": "^1.1",