From a7a6d98f99285a62b5baf812d527ecd50a3d0a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:34:21 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.32.3 to ^0.33.2 in /tools 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.32.3...0.33.2) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.33.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/composer.json b/tools/composer.json index f62fcba..d118277 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -2,7 +2,7 @@ "require": { "php": "^8.3", "friendsofphp/php-cs-fixer": "^3.85", - "infection/infection": "^0.32.3", + "infection/infection": "^0.33.2", "kubawerlos/php-cs-fixer-custom-fixers": "^3.32", "nexusphp/cs-config": "^3.26", "nexusphp/framework": "1.x-dev"