From 0183600f118583f50e6d3b627d26ec763f7e1955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:20:58 +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. - [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.29.11...0.29.12) --- updated-dependencies: - dependency-name: infection/infection 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 9161ac7..a01bdb7 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.29.11", + "infection/infection": "^0.29.12", "mimmi20/coding-standard": "^6.0.10", "nikic/php-parser": "^5.4.0", "phpstan/extension-installer": "^1.4.3",