Add ApiHelperBundle

This commit is contained in:
Joubert Guimarães de Assis
2020-06-27 22:28:54 -03:00
parent 0ef851843d
commit 4bab9466ea
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
redrat_api_helper:
paths:

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"RedRat\\ApiHelperBundle\\ApiHelperBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}