* Add a recipe for coka/cors-bundle 1.0

This commit is contained in:
Cedrick Oka Baidai
2019-06-14 18:14:25 +00:00
parent d32d855249
commit 9640214f24
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
oka_cors:
default:
expose_headers: ['Accept-Encoding']
max_age: 3600
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\CORSBundle\\OkaCORSBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}