From a5acce36750d6c7b9ee249624c3b1f55fb3e7d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 05:57:14 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.26.19 to ^0.27.0 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.19...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 6e23a44..f9874da 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "squizlabs/php_codesniffer": "^3.7", "phpunit/phpunit": "^10", - "infection/infection": "^0.26.19", + "infection/infection": "^0.27.0", "slevomat/coding-standard": "^8", "doctrine/coding-standard": "^10" },