From 236c9c0baa6b44d544bd606b7afc5a670707ea78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 22:29:47 +0000 Subject: [PATCH] Update infection/infection requirement || ^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.6...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 481093d..47d254e 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "dms/phpunit-arraysubset-asserts": "^0.4.0", "ekino/phpstan-banned-code": "^1.0", "friendsofphp/php-cs-fixer": "^3.12", - "infection/infection": "^0.26.6", + "infection/infection": "^0.26.6 || ^0.27.0", "innocenzi/laravel-vite": "^0.1.27 || ^0.2.0 || ^0.3.0", "jetbrains/phpstorm-attributes": "^1.0", "johnkary/phpunit-speedtrap": "^4.0",