From 1a4fc18b6c32f987f327d213e80579110ce45ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 05:15:37 +0000 Subject: [PATCH] [TASK] Update tomasvotruba/type-coverage requirement from 0.3.1 to 1.0.0 (#1478) 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.1...1.0.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 d402038..be58bc3 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "symfony/translation": "^5.4.44 || ^6.4.12 || ^7.1.5", "symfony/yaml": "^5.4.44 || ^6.4.12 || ^7.1.5", "tomasvotruba/cognitive-complexity": "0.2.3", - "tomasvotruba/type-coverage": "0.3.1", + "tomasvotruba/type-coverage": "1.0.0", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2", "typo3/coding-standards": "0.6.1 || 0.8.0", "typo3/testing-framework": "7.1.0",