From 37724b3144a0ce08b0b2b15df6920f8921ff3bc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:33:59 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.31.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 72db08c..611e97f 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "cdn77/coding-standard": "^7.0", - "infection/infection": "^0.29.0", + "infection/infection": "^0.31.0", "kafkiansky/phpclick": "^0.2.1", "nyholm/psr7": "^1.2", "php-http/message-factory": "^1.1",