From bf7a0e9766d47ab7eedee70c6e4f77eab2e81433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:54:52 +0000 Subject: [PATCH] chore(deps-dev): Update infection/infection requirement || ^0.34 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.34.2) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.2 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 487b3be..944f03b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "friendsofphp/php-cs-fixer": "^3.80", "vimeo/psalm": "^6.10", "rector/rector": "^2.0", - "infection/infection": "^0.32", + "infection/infection": "^0.32 || ^0.34", "nyholm/psr7": "^1.8", "guzzlehttp/psr7": "^2.6", "laminas/laminas-diactoros": "^3.3",