Update Flex archives

This commit is contained in:
github-action[bot]
2021-12-18 17:21:01 +00:00
parent 0f51d4be82
commit f49d36fa18
993 changed files with 48580 additions and 0 deletions
@@ -0,0 +1,42 @@
{
"manifests": {
"mapado/rest-client-sdk-bundle": {
"manifest": {
"bundles": {
"Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"MAPADO_REST_CLIENT_SDK_SERVER_URL": "https://my-api.com:8080"
}
},
"files": {
"config/packages/mapado_rest_client_sdk.yaml": {
"contents": [
"mapado_rest_client_sdk:",
" entity_managers:",
" foo:",
" server_url: '%env(MAPADO_REST_CLIENT_SDK_SERVER_URL)%'",
" mappings:",
" dir: '%kernel.project_dir%/src/Entity/'",
""
],
"executable": false
},
"src/Entity/.gitignore": {
"contents": [
"",
""
],
"executable": false
}
},
"ref": "78a3b4f36cb126099ac4bcd08b5276313d4c3ed1"
}
}
}
@@ -0,0 +1,39 @@
{
"manifests": {
"mapado/rest-client-sdk-bundle": {
"manifest": {
"bundles": {
"Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
},
"files": {
"config/packages/mapado_rest_client_sdk.yaml": {
"contents": [
"mapado_rest_client_sdk:",
" entity_managers:",
" foo:",
" server_url: 'https://my-api.com:8080'",
" mappings:",
" dir: '%kernel.project_dir%/src/Entity/'",
""
],
"executable": false
},
"src/Entity/.gitignore": {
"contents": [
"",
""
],
"executable": false
}
},
"ref": "fd5db6d597999de66c8499f03f005b325de6debe"
}
}
}