From 295f4987b1d4eb60bae514dddc2ae91dad36c410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:53:36 +0100 Subject: [PATCH] Update typo3/coding-standards requirement from ^0.5.5 to ^0.6.1 (#709) 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/v0.6.1/CHANGELOG.md) - [Commits](https://github.com/TYPO3/coding-standards/compare/v0.5.5...v0.6.1) --- updated-dependencies: - dependency-name: typo3/coding-standards dependency-type: direct:development ... Signed-off-by: dependabot[bot] 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 d17820f..fad920f 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "squizlabs/php_codesniffer": "^3.7.1", "symfony/yaml": "^5.4 || ^6.1", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.0", - "typo3/coding-standards": "^0.5.5", + "typo3/coding-standards": "^0.6.1", "typo3/testing-framework": "^7.0@dev" }, "replace": {