From 61d43ca7e109b13075f214be5874da9881c7b13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:52:25 +0000 Subject: [PATCH] Composer(deps-dev): update infection/infection requirement Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. Updates `infection/infection` to 0.34.0 - [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 dependency-group: composer-minor-and-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 60313d0..b748de1 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "automattic/vipwpcs": "^3", "brain/monkey": "^2", "ergebnis/composer-normalize": "^2.52", - "infection/infection": "^0.33", + "infection/infection": "^0.34", "mockery/mockery": "^1.6", "php-parallel-lint/php-parallel-lint": "^1.4", "phpcompatibility/phpcompatibility-wp": "^2",