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,37 @@
{
"manifests": {
"ecphp/api-gw-authentication-bundle": {
"manifest": {
"bundles": {
"EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/dev/api_gw_authentication.yaml": {
"contents": [
"api_gw_authentication:",
" defaults:",
" env: acceptance # Available values are: acceptance, intra, production, user",
""
],
"executable": false
},
"config/routes/dev/api_gw_authentication.yaml": {
"contents": [
"api_gw_authentication_bundle:",
" resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php'",
" prefix: /api",
""
],
"executable": false
}
},
"ref": "f8884c5ce14c40e72d6f05e97057f2bb9e18653e"
}
}
}