From 19a17e4300cb8f18a0015484bf2303f3d1416410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 01:14:36 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.26 to ^0.27 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.26.0...0.27.0) --- 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 410bf8c..a8d8e15 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "yiisoft/yii-sentry": "^2.0" }, "require-dev": { - "infection/infection": "^0.26", + "infection/infection": "^0.27", "maglnet/composer-require-checker": "^4.5", "phpunit/phpunit": "^10.0", "psalm/attributes": "^0.1.0",