From cf59c21d094bf4a546f650e78a15170335878f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:51:31 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.32.3 to ^0.33.1 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.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.33.1 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..de822ee 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.1", "kubawerlos/php-cs-fixer-custom-fixers": "^3.32", "nexusphp/cs-config": "^3.26", "nexusphp/framework": "1.x-dev"