Add HautelookAliceBundle recipe

This commit is contained in:
Hippolyte Alain
2017-06-01 15:38:19 +02:00
parent 8eba88fe54
commit 253ed5a70b
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,8 @@
# Read the documentation: https://github.com/hautelook/AliceBundle/blob/v1.4.1/README.md
hautelook_alice:
db_drivers:
orm: ~
# locale: en_US
# seed: 1
# persist_once: false
# loading_limit: 5
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/",
"src/": "%SRC_DIR%/"
}
}