From 0103a909d5e8ff5f0ed5b2dedc334dfab8265387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:11:32 +0000 Subject: [PATCH] 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.7...0.32.7) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.32.7 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 514f5f1..5a78583 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "phpunit/phpunit": "~12.3", "php-cs-fixer/shim": "~3.88", "veewee/composer-run-parallel": "^1.3", - "infection/infection": "^0.31.7" + "infection/infection": "^0.31.7 || ^0.32.0" }, "scripts": { "cs": "PHP_CS_FIXER_IGNORE_ENV=1 php ./vendor/bin/php-cs-fixer fix --dry-run",