From da0a4b93fc4587145394504f80ffc772c57a235d Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 27 Oct 2025 13:37:11 +0100 Subject: [PATCH] Update infection tool version to 0.31.9 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ec3a40f..84c3de7 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ ], "require": { "php": "^8.2", - "infection/infection": "^0.31.6" + "infection/infection": "^0.31.9" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", diff --git a/composer.lock b/composer.lock index c9daa79..2bd02f5 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": "19013bb17afb85692e56762b862b2c41", + "content-hash": "082e75c6c1ccf97093f65db125eae235", "packages": [ { "name": "colinodell/json5", @@ -479,16 +479,16 @@ }, { "name": "infection/infection", - "version": "0.31.8", + "version": "0.31.9", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "17347cdd95297fc2e0e8d54c74bc5ea325441d1e" + "reference": "f9628fcd7f76eadf24726e57a81937c42458232b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/17347cdd95297fc2e0e8d54c74bc5ea325441d1e", - "reference": "17347cdd95297fc2e0e8d54c74bc5ea325441d1e", + "url": "https://api.github.com/repos/infection/infection/zipball/f9628fcd7f76eadf24726e57a81937c42458232b", + "reference": "f9628fcd7f76eadf24726e57a81937c42458232b", "shasum": "" }, "require": { @@ -594,7 +594,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.31.8" + "source": "https://github.com/infection/infection/tree/0.31.9" }, "funding": [ { @@ -606,7 +606,7 @@ "type": "open_collective" } ], - "time": "2025-10-27T09:30:37+00:00" + "time": "2025-10-27T12:00:54+00:00" }, { "name": "infection/mutator",