From bd8b0b9fa1ad614c5a73921ac40c37bae52c152f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 23:17:44 +0000 Subject: [PATCH] build(deps-dev): update infection/infection requirement || ^0.31.0 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/compare/0.29.14...0.31.9) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.31.9 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 b4fc9a8..e6903fa 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpstan/phpstan": "^2.0", "squizlabs/php_codesniffer": "^3.11", "phpunit/phpunit": "^12.0", - "infection/infection": "^0.29.14", + "infection/infection": "^0.29.14 || ^0.31.0", "overtrue/phplint": "^9.5" }, "config": {