From 67537b0df632ddfd10c37677b6f5c2cf2c16ee9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 17:57:46 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.32.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e07a0be..6fd4b1d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "infection/infection": "^0.27.0", + "infection/infection": "^0.32.0", "phpunit/phpunit": "^10.0.0", "roave/security-advisories": "dev-master", "staabm/annotate-pull-request-from-checkstyle": "^1.4.0",