mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
33 lines
1010 B
JSON
33 lines
1010 B
JSON
{
|
|
"manifests": {
|
|
"solvrtech/symfony-logbook": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/logbook.yaml": {
|
|
"contents": [
|
|
"logbook:",
|
|
" api:",
|
|
" # The base url of logbook app.",
|
|
" url: \"\"",
|
|
"",
|
|
" # The API key of logbook client app.",
|
|
" key: \"\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "49b49e5361504991ac7beb03660c1782652481a5"
|
|
}
|
|
}
|
|
}
|