From 1db969318b6fc5a865921559b014a15038735eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 06:27:23 +0000 Subject: [PATCH] tools(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.7...0.29.8) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tools/infection/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/infection/composer.json b/tools/infection/composer.json index 63ee3169..aaafebf5 100644 --- a/tools/infection/composer.json +++ b/tools/infection/composer.json @@ -6,7 +6,7 @@ "php": "^8.1" }, "require-dev": { - "infection/infection": "0.29.7", + "infection/infection": "0.29.8", "roave/security-advisories": "dev-latest" }, "prefer-stable": true,