mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
29 lines
965 B
JSON
29 lines
965 B
JSON
{
|
|
"manifests": {
|
|
"thecodingmachine/tdbm-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"TheCodingMachine\\TDBM\\Bundle\\TdbmBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/tdbm.yaml": {
|
|
"contents": [
|
|
"# Read more about TDBM available options at: https://thecodingmachine.github.io/tdbm/doc/install_symfony.html",
|
|
"tdbm:",
|
|
" bean_namespace: App\\Beans",
|
|
" dao_namespace: App\\Daos",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "129c707eb80cb89ea94c310c4db8419dd6ae32c2"
|
|
}
|
|
}
|
|
} |