mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"bulatronic/api-kit": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ApiKit\\ApiKitBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/api_kit.yaml": {
|
|
"contents": [
|
|
"api_kit:",
|
|
" response:",
|
|
" include_timestamp: true",
|
|
" pretty_print: '%kernel.debug%'",
|
|
" validation:",
|
|
" translate_messages: true",
|
|
" exception_handling:",
|
|
" log_errors: true",
|
|
" show_trace: '%kernel.debug%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7de3c25425a76b74a2bd0db55a634b0c96f498aa"
|
|
}
|
|
}
|
|
}
|