From 6bbdc50b68482352f23aba7934073115a7fd10c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:43:36 +0200 Subject: [PATCH] Update typo3/coding-standards requirement from ^0.5.3 to ^0.5.4 (#499) Updates the requirements on typo3/coding-standards to permit the latest version. --- updated-dependencies: - dependency-name: typo3/coding-standards 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 0039208..160f0dc 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "squizlabs/php_codesniffer": "^3.7.1", "symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0", "typo3/cms-fluid-styled-content": "^10.4 || ^11.5.2", - "typo3/coding-standards": "^0.5.3", + "typo3/coding-standards": "^0.5.4", "typo3/testing-framework": "^6.16.6" }, "replace": {