mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[TASK] Allow installation of typo3/coding-standards 0.8.x (#1374)

This is necessary as older versions block installation of Symfony 7
components.
We also keep 0.6 as 0.8 drops support for older Symfony versions

Resolves: #1113
This commit is contained in:
Daniel Siepmann 2024-07-29 18:41:48 +02:00 committed by GitHub
parent f0118614ae
commit 521c57d886
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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"
},