Files
symfony-flex-recipes-contrib/coka.cors-bundle.1.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
1.2 KiB
JSON

{
"locks": {
"coka/cors-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "d95bf28f73dae46873449853b463d9261401b091"
}
}
},
"manifests": {
"coka/cors-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "coka/cors-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Oka\\CORSBundle\\OkaCORSBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/oka_cors.yaml": {
"contents": "oka_cors:\n default:\n expose_headers: ['Accept-Encoding']\n max_age: 3600\n",
"executable": false,
"encoding": ""
}
},
"origin": "coka/cors-bundle:1.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}