From 03f95115a16634ef24a839a0ccc45099aabbb0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:58:06 +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.32.0...0.33.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.33.1 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 5b69313..bf61377 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ui-awesome/html-mixin": "^0.6" }, "require-dev": { - "infection/infection": "^0.32", + "infection/infection": "^0.33", "maglnet/composer-require-checker": "^4.1", "php-forge/coding-standard": "^0.1", "php-forge/support": "^0.3",