From 5ed58b6fde23304309cffbc7e837327082ca1121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:21:42 +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 af39b4e..b9df5d0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "cdn77/coding-standard": "^7.4", - "infection/infection": "^0.30.0", + "infection/infection": "^0.31.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0",