From 337e9c1458d81149a3bdfe3ac2acbe02f5a827ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 01:44:57 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.35.0 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | packagist | infection/infection | 0.34.2 | 0.35.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index d31b16b..9a11b01 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "webware/message-bus": "^2.0.0-beta.1" }, "require-dev": { - "infection/infection": "^0.34.1", + "infection/infection": "^0.35.0", "laminas/laminas-diactoros": "^3.6.0", "laminas/laminas-view": "^3.1.0", "phpbench/phpbench": "^1.7", diff --git a/composer.lock b/composer.lock index 8a0fb87..cae0704 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dd251796e82a99009e1f2f5c554749f5", + "content-hash": "02c77bb54adca33a2bc5c1337d96d7b7", "packages": [ { "name": "dflydev/fig-cookies", @@ -1717,16 +1717,16 @@ }, { "name": "infection/infection", - "version": "0.34.2", + "version": "0.35.0", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "18d9bef39fae250f202920d1453ab96e793e6637" + "reference": "f54ac591f8ae3e2341c09cef7c26d69afe83f5ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/18d9bef39fae250f202920d1453ab96e793e6637", - "reference": "18d9bef39fae250f202920d1453ab96e793e6637", + "url": "https://api.github.com/repos/infection/infection/zipball/f54ac591f8ae3e2341c09cef7c26d69afe83f5ee", + "reference": "f54ac591f8ae3e2341c09cef7c26d69afe83f5ee", "shasum": "" }, "require": { @@ -1747,7 +1747,7 @@ "ondram/ci-detector": "^4.1.0", "php": "^8.3", "psr/log": "^2.0 || ^3.0", - "sanmai/di-container": "^0.1.16", + "sanmai/di-container": "^0.1.23 || ^0.2", "sanmai/duoclock": "^0.1.0", "sanmai/later": "^0.1.7", "sanmai/pipeline": "^7.2", @@ -1762,7 +1762,8 @@ }, "conflict": { "antecedent/patchwork": "<2.1.25", - "dg/bypass-finals": "<1.4.1" + "dg/bypass-finals": "<1.4.1", + "marc-mabe/php-enum": "<4.4" }, "require-dev": { "carthage-software/mago": "^1.20", @@ -1840,7 +1841,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.34.2" + "source": "https://github.com/infection/infection/tree/0.35.0" }, "funding": [ { @@ -1852,7 +1853,7 @@ "type": "open_collective" } ], - "time": "2026-08-07T12:59:47+00:00" + "time": "2026-08-17T07:19:49+00:00" }, { "name": "infection/mutator",