From 1a1c98067732a8409f4ad67d079119e822267952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:05:52 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.35 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78eb41f..2b1c4b5 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.35", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/php-code-coverage": "^10", "phpunit/phpunit": "^10"