From f266b7d4a44e000e08e81e89f6270eec0e2790d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:42:15 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.35.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e833b98..d84f562 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "require-dev": { "cdn77/coding-standard": "^7.0", - "infection/infection": "^0.34.0", + "infection/infection": "^0.35.0", "kafkiansky/phpclick": "^0.3.0", "nyholm/psr7": "^1.2", "phpstan/extension-installer": "^1.1",