From 7fb0a4ce37d5adb9e42c09b9c85e6f58ec28835b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 16:46:05 +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 8b0ac21..4be435a 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "cdn77/coding-standard": "^7.0", - "infection/infection": "^0.31.0", + "infection/infection": "^0.32.0", "kafkiansky/phpclick": "^0.3.0", "nyholm/psr7": "^1.2", "php-http/message-factory": "^1.1",