From 334aa029119a4f73ed5ce2297e56906155c3f7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:54:34 +0000 Subject: [PATCH] build(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.0...0.35.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.35.0 dependency-type: direct:development dependency-group: composer ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef96aa8..d6ddff7 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ui-awesome/html-svg": "^0.6" }, "require-dev": { - "infection/infection": "^0.34", + "infection/infection": "^0.35", "maglnet/composer-require-checker": "^4.1", "php-forge/baseline": "^0.1", "php-forge/coding-standard": "^0.3",