From 69664af44b445a49ea04aef91ac1764774540b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:41:32 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.35.0 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | packagist | infection/infection | 0.34.2 | 0.35.2 | 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 e95670e..420aae7 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "webware/webware-core": "0.1.x-dev" }, "require-dev": { - "infection/infection": "^0.34.1", + "infection/infection": "^0.35.0", "phpbench/phpbench": "^1.7", "phpunit/phpunit": "^13.3", "roave/backward-compatibility-check": "^8.21.0", diff --git a/composer.lock b/composer.lock index 6e49a19..5efc446 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": "1f36eee16dacf9b2670d92793e717c88", + "content-hash": "51bb7294eb1c1eb11993d6de80d993b4", "packages": [ { "name": "brick/math", @@ -5226,16 +5226,16 @@ }, { "name": "infection/infection", - "version": "0.34.2", + "version": "0.35.2", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "18d9bef39fae250f202920d1453ab96e793e6637" + "reference": "c7ad005fc541b36952781b3ab602a4648cd9e9c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/18d9bef39fae250f202920d1453ab96e793e6637", - "reference": "18d9bef39fae250f202920d1453ab96e793e6637", + "url": "https://api.github.com/repos/infection/infection/zipball/c7ad005fc541b36952781b3ab602a4648cd9e9c8", + "reference": "c7ad005fc541b36952781b3ab602a4648cd9e9c8", "shasum": "" }, "require": { @@ -5256,7 +5256,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", @@ -5271,7 +5271,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", @@ -5349,7 +5350,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.2" }, "funding": [ { @@ -5361,7 +5362,7 @@ "type": "open_collective" } ], - "time": "2026-08-07T12:59:47+00:00" + "time": "2026-08-19T21:14:49+00:00" }, { "name": "infection/mutator",