From 632c7683e9dc4ea41cf7de336041c99fedb86eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 04:32:51 +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.28.1...0.29.5) --- 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 4fce48d..e391b49 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "cdn77/coding-standard": "^6.0", "ergebnis/composer-normalize": "^2.42", - "infection/infection": "^0.28.1", + "infection/infection": "^0.29.5", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.10.66", "phpstan/phpstan-phpunit": "^1.3.16",