From 259107d8afe34fb3db560a6c47efef4559771ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:34:19 +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 bb7d694..fc63401 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "symfony/console": "^7.2", "phpunit/phpunit": "^12.0", "overtrue/phplint": "^9.5", - "infection/infection": "^0.29.14", + "infection/infection": "^0.29.14 || ^0.31.0", "vlucas/phpdotenv": "^5.6" }, "config": {