Add recipe for HautelookAliceBundle 2.x

Closes #485
Closes #252
Closes #358
Closes https://github.com/hautelook/AliceBundle/issues/380
This commit is contained in:
Théo FIDRY
2018-09-18 22:56:56 +02:00
parent c2a656d8e7
commit b24f0dbdf6
3 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
hautelook_alice:
fixtures_path: fixtures
@@ -0,0 +1,2 @@
imports:
- { resource: ../dev/hautelook_alice.yaml }
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"Resources/": "Resources/"
}
}