mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 21:56:12 +01: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:
parent
f0118614ae
commit
521c57d886
2 changed files with 2 additions and 1 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue