mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Update Flex endpoint
This commit is contained in:
+19
-19
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"coka/api-bundle": {
|
||||
"version": "3.0",
|
||||
"recipe": {
|
||||
"repo": "3.0",
|
||||
"branch": "master",
|
||||
"version": "3.0",
|
||||
"ref": "90f3023c0dd1b2c21d537a4ab4b1384431671cfa"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"coka/api-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "coka/api-bundle",
|
||||
"version": "3.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Oka\\ApiBundle\\OkaApiBundle": [
|
||||
@@ -27,13 +13,27 @@
|
||||
},
|
||||
"files": {
|
||||
"config/packages/oka_api.yaml": {
|
||||
"contents": "oka_api:\n cors:\n default:\n allow_credentials: true\n expose_headers: ['Accept-Encoding']\n max_age: 3600\n firewalls:\n wsse:\n enabled: false\n security_behaviors:\n password_updater: false\n response:\n compression:\n enabled: false\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"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",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "coka/api-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "90f3023c0dd1b2c21d537a4ab4b1384431671cfa"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user