2020-01-06 18:13:44 +01:00
|
|
|
{
|
|
|
|
"name": "fh/typo3-linting-code-analyse-gitlab-ci",
|
|
|
|
"description": "Bessere TYPO3 Projekte durch Linting und Code Analyse mit GitLab CI",
|
2020-01-06 18:36:26 +01:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"url": "./packages/*"
|
|
|
|
}
|
|
|
|
],
|
2020-01-06 18:13:44 +01:00
|
|
|
"require-dev": {
|
|
|
|
"helmich/typo3-typoscript-lint": "^2.0",
|
|
|
|
"phpmd/phpmd": "^2.7",
|
|
|
|
"phpstan/phpstan": "^0.12.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
|
|
}
|
|
|
|
}
|