Files
symfony-flex-recipes-contrib/coka.cors-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

30 lines
859 B
JSON

{
"manifests": {
"coka/cors-bundle": {
"manifest": {
"bundles": {
"Oka\\CORSBundle\\OkaCORSBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/oka_cors.yaml": {
"contents": [
"oka_cors:",
" default:",
" expose_headers: ['Accept-Encoding']",
" max_age: 3600",
""
],
"executable": false
}
},
"ref": "d95bf28f73dae46873449853b463d9261401b091"
}
}
}