diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ed30bd..c39d0fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,7 @@ updates: - dependency-name: "symfony/translation" - dependency-name: "symfony/yaml" - dependency-name: "typo3/cms-*" + - dependency-name: "typo3/coding-standards" versioning-strategy: "increase" # adjust this number according to your own milestones if used. milestone: 12 diff --git a/composer.json b/composer.json index 832f757..1e160a1 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.6.1 || ^0.8.0", "typo3/testing-framework": "^7.0.5", "webmozart/assert": "^1.11.0" },