From 182694922221f08b590684670b8ba0dfb7ff2d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:26:01 +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. - [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 ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48ebe83..06650fe 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "ui-awesome/html": "^0.6" }, "require-dev": { - "infection/infection": "^0.34", + "infection/infection": "^0.35", "maglnet/composer-require-checker": "^4.1", "php-forge/coding-standard": "^0.3", "phpstan/extension-installer": "^1.4",