From 8cb489c209ab01907b80f925e829f29105398a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:32:16 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.27 to ^0.29 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.27.0...0.29.6) --- 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 ad37d6f..78fe346 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "yiisoft/files": "^2.0" }, "require-dev": { - "infection/infection": "^0.27", + "infection/infection": "^0.29", "maglnet/composer-require-checker": "^4.3", "phpunit/phpunit": "^10.1", "roave/infection-static-analysis-plugin": "^1.31",