From f17d77bc6c7c480c2aee6718c5bb1d6050f2094b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:07:42 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.26.11 to ^0.26.15 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.11...0.26.15) --- 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 4f353ab..cc2b145 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "doctrine/coding-standard": "^9.0", - "infection/infection": "^0.26.11", + "infection/infection": "^0.26.15", "phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.29"