mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"mtarld/symbok-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Mtarld\\SymbokBundle\\SymbokBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" * <fg=blue>Configure</> bundle in <comment>config/packages/symbok.yaml</>",
|
|
" * <fg=blue>Read</> the documentation at <comment>https://github.com/mtarld/symbok-bundle/blob/master/src/Resources/doc/index.md</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/symbok.yaml": {
|
|
"contents": [
|
|
"symbok:",
|
|
" # Namespaces that you want to be processed by symbok",
|
|
" namespaces:",
|
|
" # - 'App\\Entity'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c1ae1108fa1d7889f0c105c956f74f141cef52dc"
|
|
}
|
|
}
|
|
}
|