mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Integrate dependency checker
This commit is contained in:
parent
dc1c45f1c1
commit
d769e74027
2 changed files with 13 additions and 0 deletions
|
@ -27,10 +27,13 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"ext-json": "*",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"symfony/console": "^5.2",
|
||||
"symfony/dependency-injection": "^5.2",
|
||||
"typo3/cms-backend": "^10.4",
|
||||
"typo3/cms-core": "^10.4",
|
||||
"typo3/cms-extbase": "^10.4"
|
||||
},
|
||||
|
|
10
dependency-checker.json
Normal file
10
dependency-checker.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"scan-files": [
|
||||
"Configuration/*php",
|
||||
"Configuration/Extbase/*.php",
|
||||
"Configuration/SiteConfiguration/Overrides/*.php",
|
||||
"Configuration/TCA/*.php",
|
||||
"ext_emconf.php",
|
||||
"ext_tables.php"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue