Add recipe for auditor-bundle

This commit is contained in:
Damien Harper
2020-12-03 14:37:06 +01:00
parent a8ee364a25
commit 966289f7be
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
dh_auditor:
# Configuration reference available at:
# http://localhost:8000/docs/auditor-bundle/configuration/reference.html
@@ -0,0 +1,8 @@
{
"bundles": {
"DH\\AuditorBundle\\DHAuditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}