From 7fdc6e54c98a5beac13fe0eecb2dda3856dda1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:45:48 +0000 Subject: [PATCH] Update infection/infection requirement || ^0.33.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.33.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.33.0 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..ddf6e4b 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.33.0" }, "scripts": { "cs": "PHP_CS_FIXER_IGNORE_ENV=1 php ./vendor/bin/php-cs-fixer fix --dry-run",