From cd2d5be7d737cbada550d0938190277d48d25efd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:46:30 +0000 Subject: [PATCH] Update infection/infection requirement || ^0.33.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.32.0...0.33.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.33.1 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 444e8da..4c8ac60 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "eventjet/coding-standard": "^3.12", "guzzlehttp/psr7": "^2.7", - "infection/infection": "^0.32.0", + "infection/infection": "^0.32.0 || ^0.33.0", "maglnet/composer-require-checker": "^4.16", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^2.1",