From e1f42579270cb3334ae9fa9b6f0e3d43b853f10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:27:01 +0000 Subject: [PATCH] [TASK] Update tomasvotruba/type-coverage requirement (#1320) 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.2.8...0.3.0) --- updated-dependencies: - dependency-name: tomasvotruba/type-coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3e118e..0ab9fb6 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.2.8", + "tomasvotruba/type-coverage": "^0.3.0", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2", "typo3/coding-standards": "^0.6.1", "typo3/testing-framework": "^7.0.4",