From e8fed046a3cda76bfae7df1cd2e18a32e0ea2064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:05:59 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.26.4 to ^0.28.1 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.4...0.28.1) --- 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 eed5e96..f41a1e6 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", - "infection/infection": "^0.26.4", + "infection/infection": "^0.28.1", "orchestra/testbench": "^8.0", "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^10.0"