From 81fc3913d58df4a9625f8579cca0d3110d955c95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:38:54 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.33.0 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | packagist | infection/infection | 0.32.7 | 0.33.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index edc48bc3..cf4e8cbc 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "ext-pdo_sqlite": "*", "doctrine/migrations": "^3.3.2", "doctrine/orm": "^2.19.4 || ^3.1.2", - "infection/infection": "^0.32.0", + "infection/infection": "^0.33.0", "league/commonmark": "^2.4", "patchlevel/coding-standard": "^1.3.0", "phpstan/phpstan": "^2.1.32", diff --git a/composer.lock b/composer.lock index 00862722..0d9c892b 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": "0e3fa28fe7ed5a005faf5d26aaae1ca2", + "content-hash": "421c31af34c3f8d6e5e6ff086a56ae4a", "packages": [ { "name": "brick/math", @@ -4485,16 +4485,16 @@ }, { "name": "infection/infection", - "version": "0.32.7", + "version": "0.33.3", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "066ee69f1e8e6dec8965a79d5ba020656c590b5e" + "reference": "cc789bb58df7c649c4533ab860d98283fe270215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/066ee69f1e8e6dec8965a79d5ba020656c590b5e", - "reference": "066ee69f1e8e6dec8965a79d5ba020656c590b5e", + "url": "https://api.github.com/repos/infection/infection/zipball/cc789bb58df7c649c4533ab860d98283fe270215", + "reference": "cc789bb58df7c649c4533ab860d98283fe270215", "shasum": "" }, "require": { @@ -4508,23 +4508,23 @@ "fidry/cpu-core-counter": "^1.0", "infection/abstract-testframework-adapter": "^0.5.0", "infection/extension-installer": "^0.1.0", - "infection/include-interceptor": "^0.2.5", + "infection/include-interceptor": "^0.2.5 || ^1.0.0", "infection/mutator": "^0.4", "justinrainbow/json-schema": "^6.0", "nikic/php-parser": "^5.6.2", "ondram/ci-detector": "^4.1.0", "php": "^8.3", "psr/log": "^2.0 || ^3.0", - "sanmai/di-container": "^0.1.12", + "sanmai/di-container": "^0.1.16", "sanmai/duoclock": "^0.1.0", "sanmai/later": "^0.1.7", "sanmai/pipeline": "^7.2", "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", - "symfony/console": "^6.4 || ^7.0 || ^8.0", - "symfony/filesystem": "^6.4 || ^7.0 || ^8.0", - "symfony/finder": "^6.4 || ^7.0 || ^8.0", + "symfony/console": "^6.4 || ^7.4 || ^8.0", + "symfony/filesystem": "^6.4 || ^7.4 || ^8.0", + "symfony/finder": "^6.4 || ^7.4 || ^8.0", "symfony/polyfill-php85": "^1.33", - "symfony/process": "^6.4 || ^7.0 || ^8.0", + "symfony/process": "^6.4 || ^7.4 || ^8.0", "thecodingmachine/safe": "^v3.0", "webmozart/assert": "^1.11 || ^2.0" }, @@ -4549,7 +4549,7 @@ "shipmonk/dead-code-detector": "^0.15", "shipmonk/name-collision-detector": "^2.1", "sidz/phpstan-rules": "^0.5.1", - "symfony/yaml": "^6.4 || ^7.0 || ^8.0", + "symfony/yaml": "^6.4 || ^7.4 || ^8.0", "thecodingmachine/phpstan-safe-rule": "^1.4", "webmozarts/strict-phpunit": "^7.15" }, @@ -4607,7 +4607,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.32.7" + "source": "https://github.com/infection/infection/tree/0.33.3" }, "funding": [ { @@ -4619,7 +4619,7 @@ "type": "open_collective" } ], - "time": "2026-04-23T21:11:41+00:00" + "time": "2026-06-18T07:45:54+00:00" }, { "name": "infection/mutator",