From 8eb01b31950c78c517b9848a4568a6aee3dc3436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:57:20 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.29.6 to ^0.30.0 in /tools Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.29.6...0.30.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/composer.json b/tools/composer.json index d7c03af..15a69ec 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -2,7 +2,7 @@ "require": { "php": "^8.3", "friendsofphp/php-cs-fixer": "^3.76", - "infection/infection": "^0.29.6", + "infection/infection": "^0.30.1", "kubawerlos/php-cs-fixer-custom-fixers": "^3.28", "nexusphp/cs-config": "^3.26", "nexusphp/framework": "1.x-dev"