From 0f0cbab55ff4989bd55dff4933e9bc15fba14bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:43:04 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.33 to ^0.34 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.33.0...0.34.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.0 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 4414530..72034a8 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^8.3" }, "require-dev": { - "infection/infection": "^0.33", + "infection/infection": "^0.34", "maglnet/composer-require-checker": "^4.1", "php-forge/baseline": "^0.1", "php-forge/coding-standard": "^0.3",