From 39f6df305c60c949b924e9c7fb8144247ba0d686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:52:36 +0000 Subject: [PATCH] composer(deps-dev): update tomasvotruba/type-coverage requirement Updates the requirements on [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) to permit the latest version. - [Commits](https://github.com/TomasVotruba/type-coverage/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: tomasvotruba/type-coverage 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 0fbdeb7..3b156af 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "symfony/process": "^7.2.0", "symplify/phpstan-rules": "^14.1.5", "tomasvotruba/cognitive-complexity": "^1.0.0", - "tomasvotruba/type-coverage": "^2.0.1", + "tomasvotruba/type-coverage": "^2.0.2", "tomasvotruba/unused-public": "^2.0.0" }, "minimum-stability": "stable",