From 1fbadbffb2a362eb1f40327238cdb9fff99b0887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:34:59 +0000 Subject: [PATCH] [TASK] Update typo3/coding-standards requirement from ^0.6.1 to ^0.8.0 Updates the requirements on [typo3/coding-standards](https://github.com/TYPO3/coding-standards) to permit the latest version. - [Release notes](https://github.com/TYPO3/coding-standards/releases) - [Changelog](https://github.com/TYPO3/coding-standards/blob/main/CHANGELOG.md) - [Commits](https://github.com/TYPO3/coding-standards/compare/v0.6.1...v0.8.0) --- updated-dependencies: - dependency-name: typo3/coding-standards 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 1b97ba8..3b69bf3 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2", - "typo3/coding-standards": "^0.6.1", + "typo3/coding-standards": "^0.8.0", "typo3/testing-framework": "^7.0.5", "webmozart/assert": "^1.11.0" },