mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|