From 7cfba2a8600ecd6c09d1c043fc9af0f38dbdcba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:14:29 +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.32.7...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 bedb2d4..0a4f18a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/log": "^3.0" }, "require-dev": { - "infection/infection": "^0.32.7", + "infection/infection": "^0.33.1", "laravel/pint": "^1.18", "phpunit/phpunit": "^11.0" },