mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"tienvx/mbt-api-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Tienvx\\Bundle\\MbtApiBundle\\TienvxMbtApiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"DOT_BINARY": "dot"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/tienvx_mbt_api.yaml": {
|
|
"contents": [
|
|
"tienvx_mbt_api:",
|
|
" resource: '@TienvxMbtApiBundle/Resources/config/routing.xml'",
|
|
" prefix: '/mbt-api'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/tienvx_mbt_api.yaml": {
|
|
"contents": [
|
|
"tienvx_mbt_api:",
|
|
" dot_binary: '%env(DOT_BINARY)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "70ceb93d86331ab968a53500be427bf77a7afc71"
|
|
}
|
|
}
|
|
}
|