From 0ee5912bacda6bf64ecaa7c25707035a835df39d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:50:27 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.33.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a56e986..e8cd916 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ }, "require-dev": { "cdn77/coding-standard": "^7.0", - "infection/infection": "^0.32.0", + "infection/infection": "^0.33.0", "kafkiansky/phpclick": "^0.3.0", "nyholm/psr7": "^1.2", "php-http/message-factory": "^1.1",