tracking/dependency-checker.json
Daniel Siepmann 9fe11b300c Extend dependency checker to TYPO3 specific files
Only autoloaded files will be checked by default.
TYPO3 has some additional files which should be scanned as well.
2020-09-16 09:13:29 +02:00

9 lines
150 B
JSON

{
"scan-files": [
"*.php",
"Configuration/*php",
"Configuration/Backend/*.php",
"Configuration/TCA/*.php"
]
}