11 lines
302 B
JSON
11 lines
302 B
JSON
|
{
|
||
|
"name": "fh/typo3-linting-code-analyse-gitlab-ci",
|
||
|
"description": "Bessere TYPO3 Projekte durch Linting und Code Analyse mit GitLab CI",
|
||
|
"require-dev": {
|
||
|
"helmich/typo3-typoscript-lint": "^2.0",
|
||
|
"phpmd/phpmd": "^2.7",
|
||
|
"phpstan/phpstan": "^0.12.0",
|
||
|
"squizlabs/php_codesniffer": "^3.5"
|
||
|
}
|
||
|
}
|