* Add a recipe for coka/pagination-bundle 4.0

This commit is contained in:
Cedrick Oka Baidai
2019-03-20 18:57:07 +00:00
parent 232449ed50
commit e6af85c608
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,14 @@
oka_api:
cors:
default:
allow_credentials: true
expose_headers: ['Accept-Encoding']
max_age: 3600
firewalls:
wsse:
enabled: false
security_behaviors:
password_updater: false
response:
compression:
enabled: false
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\ApiBundle\\OkaApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}