From 0b55e08a8a6f707b7b0f20b176f8eb6de4285ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:14:28 +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.29.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.28.1...0.29.0) --- 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 aa1a25f..a53c71e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.28.1", + "infection/infection": "^0.29.0", "mimmi20/coding-standard": "^5.2.32", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.3.1",