From 5aab4330c9c3bcddb78c0ae8311218b2a432f66a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:51:29 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.31 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78eb41f..5cf0c29 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require-dev": { "ext-pcov": "*", "drupol/php-conventions": "^6", - "infection/infection": "^0.29", + "infection/infection": "^0.31", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/php-code-coverage": "^10", "phpunit/phpunit": "^10"