From e644bcd2879cc9d7d1cf5fa7e7b3349ed375f338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:43:14 +0000 Subject: [PATCH] chore(deps-dev): update infection/infection requirement 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.1...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 5b40594..46cb828 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/log": "^3.0" }, "require-dev": { - "infection/infection": "^0.33.1", + "infection/infection": "^0.34.0", "laravel/pint": "^1.18", "phpunit/phpunit": "^11.0", "symfony/console": "^7.2"