Files
symfony-flex-recipes-contrib/bulatronic.api-kit.1.0.json
T
github-action[bot]andgithub-action[bot] d9703a03b8 Update Flex endpoint
2026-03-03 01:59:32 +00:00

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"
}
}
}