From 6527c6e190a22f4181beaf6c2bbe9cdc5cc953c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 04:24:34 +0000 Subject: [PATCH] chore(deps-dev): Update infection/infection requirement 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.34.0...0.34.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 076e66d..734e1b6 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "captainhook/captainhook": "5.29.2", "ergebnis/composer-normalize": "^2.52", - "infection/infection": "0.34", + "infection/infection": "0.34.1", "nyholm/psr7": "^1.8", "php-cs-fixer/shim": "^3.0", "phpstan/phpstan": "^2.0",