mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"manifests": {
|
|
"qossmic/deptrac-shim": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"depfile.yaml": "depfile.yaml"
|
|
},
|
|
"gitignore": [
|
|
"/.deptrac.cache"
|
|
]
|
|
},
|
|
"files": {
|
|
"depfile.yaml": {
|
|
"contents": [
|
|
"paths:",
|
|
" - ./src",
|
|
"exclude_files:",
|
|
" - '#.*test.*#'",
|
|
"layers:",
|
|
" -",
|
|
" name: Controller",
|
|
" collectors:",
|
|
" -",
|
|
" type: className",
|
|
" regex: .*Controller.*",
|
|
" -",
|
|
" name: Repository",
|
|
" collectors:",
|
|
" -",
|
|
" type: className",
|
|
" regex: .*Repository.*",
|
|
" -",
|
|
" name: Service",
|
|
" collectors:",
|
|
" -",
|
|
" type: className",
|
|
" regex: .*Service.*",
|
|
"ruleset:",
|
|
" Controller:",
|
|
" - Service",
|
|
" Service:",
|
|
" - Repository",
|
|
" Repository:",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "2d7d934257e33fd83c72f5da5b5b1393efa7e0c6"
|
|
}
|
|
}
|
|
}
|