diff --git a/hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml b/hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml new file mode 100644 index 00000000..b685db17 --- /dev/null +++ b/hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml @@ -0,0 +1,2 @@ +hautelook_alice: + fixtures_path: fixtures diff --git a/hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml b/hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml new file mode 100644 index 00000000..7b717741 --- /dev/null +++ b/hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml @@ -0,0 +1,2 @@ +imports: + - { resource: ../dev/hautelook_alice.yaml } diff --git a/hautelook/alice-bundle/2.1/manifest.json b/hautelook/alice-bundle/2.1/manifest.json new file mode 100644 index 00000000..85f33c45 --- /dev/null +++ b/hautelook/alice-bundle/2.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "Resources/": "Resources/" + } +}