From d6574abffa4a6b8a7c35f09ecfcee6382f232e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:10:30 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.33 || ^0.34 to ^0.33 || ^0.34 || ^0.35 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/commits/0.35.2) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.35.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 4af3d62..c17c946 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "openai-php/client": "^0.20.0" }, "require-dev": { - "infection/infection": "^0.33 || ^0.34", + "infection/infection": "^0.33 || ^0.34 || ^0.35", "larastan/larastan": "^3.0", "laravel/pint": "^1.18", "mockery/mockery": "^1.6",