From e56e0ee55e859b41240a6081efaf6a309cf19e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:37:10 +0000 Subject: [PATCH] deps: 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.33.0...0.34.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.0 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 eabbb71..a53f1f3 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.51", "friendsofphp/php-cs-fixer": "^3.95", - "infection/infection": "^0.33", + "infection/infection": "^0.33 || ^0.34", "maglnet/composer-require-checker": "^4.17", "predis/predis": "^2.2 || ^3.0", "rasuvaeff/property-testing": "^2.2",