From 571d9e8f8cd0359558d2ce0dbf407671e6888b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:33:12 +0000 Subject: [PATCH] feat(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.35.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.34.2...0.35.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.35.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3dfd3776..b487ed25 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "carthage-software/mago": "^1.46", - "infection/infection": "^0.34.2", + "infection/infection": "^0.35.0", "magento/magento-coding-standard": "^40", "phpunit/phpunit": "^11.5" },