From ef1c7c8d5da37ded8af4ebb1a42bc68b4aa1bc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 05:15:42 +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. Updates `infection/infection` to 0.28.1 - [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.27.11...0.28.1) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development dependency-group: minor-patch-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 5ee6939..4b52f2a 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.11", + "infection/infection": "^0.28.1", "mimmi20/coding-standard": "^5.2.29", "nikic/php-parser": "^v4.19.1 || ^v5.0.2", "phpstan/extension-installer": "^1.3.1",