From ab4ef9caaefa21ae63596b26ef978c8a87d2527b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:48:16 +0000 Subject: [PATCH] [TASK] 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/0.3.0...0.3.1) --- 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 407b4ad8..db34ed82 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "symfony/translation": "^5.4 || ^6.4 || ^7.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.0", "tomasvotruba/cognitive-complexity": "^0.2.3", - "tomasvotruba/type-coverage": "^0.3.0", + "tomasvotruba/type-coverage": "^0.3.1", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2", "typo3/coding-standards": "^0.6.1", "typo3/testing-framework": "^7.0.4",