Files
symfony-flex-recipes-contrib/archived/coka.api-bundle/8518f8574c45a0f8cb5032ad23f06009fcbca16b.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

40 lines
1.3 KiB
JSON

{
"manifests": {
"coka/api-bundle": {
"manifest": {
"bundles": {
"Oka\\ApiBundle\\OkaApiBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/oka_api.yaml": {
"contents": [
"oka_api:",
" cors:",
" default:",
" allow_credentials: true",
" expose_headers: ['Accept-Encoding']",
" max_age: 3600",
" firewalls:",
" wsse:",
" enabled: false",
" security_behaviors:",
" password_updater: true",
" response:",
" compression:",
" enabled: false",
""
],
"executable": false
}
},
"ref": "8518f8574c45a0f8cb5032ad23f06009fcbca16b"
}
}
}