Make sure it complies with the new best practice rule.

This commit is contained in:
Pol Dellaiera
2021-02-12 14:21:13 +01:00
parent 5336b8e8de
commit 164fd13b7f
3 changed files with 8 additions and 2 deletions
@@ -0,0 +1,3 @@
api_gw_authentication:
defaults:
env: acceptance # Available values are: acceptance, intra, production, user
@@ -0,0 +1,3 @@
api_gw_authentication_bundle:
resource: '@ApiGwAuthenticationBundle/Resources/config/routes/routes.php'
prefix: /api
@@ -2,7 +2,7 @@
"bundles": {
"EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": ["all"]
},
"copy-from-package": {
"Resources/config/": "%CONFIG_DIR%/"
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}