From b24f0dbdf62fa03020dc3e63aefcb44a127c2042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Tue, 18 Sep 2018 22:53:58 +0200 Subject: [PATCH] Add recipe for HautelookAliceBundle 2.x Closes #485 Closes #252 Closes #358 Closes https://github.com/hautelook/AliceBundle/issues/380 --- .../2.0/config/packages/dev/hautelook_alice.yaml | 2 ++ .../2.0/config/packages/test/hautelook_alice.yaml | 2 ++ hautelook/alice-bundle/2.0/manifest.json | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 100644 hautelook/alice-bundle/2.0/config/packages/dev/hautelook_alice.yaml create mode 100644 hautelook/alice-bundle/2.0/config/packages/test/hautelook_alice.yaml create mode 100644 hautelook/alice-bundle/2.0/manifest.json diff --git a/hautelook/alice-bundle/2.0/config/packages/dev/hautelook_alice.yaml b/hautelook/alice-bundle/2.0/config/packages/dev/hautelook_alice.yaml new file mode 100644 index 00000000..b685db17 --- /dev/null +++ b/hautelook/alice-bundle/2.0/config/packages/dev/hautelook_alice.yaml @@ -0,0 +1,2 @@ +hautelook_alice: + fixtures_path: fixtures diff --git a/hautelook/alice-bundle/2.0/config/packages/test/hautelook_alice.yaml b/hautelook/alice-bundle/2.0/config/packages/test/hautelook_alice.yaml new file mode 100644 index 00000000..7b717741 --- /dev/null +++ b/hautelook/alice-bundle/2.0/config/packages/test/hautelook_alice.yaml @@ -0,0 +1,2 @@ +imports: + - { resource: ../dev/hautelook_alice.yaml } diff --git a/hautelook/alice-bundle/2.0/manifest.json b/hautelook/alice-bundle/2.0/manifest.json new file mode 100644 index 00000000..85f33c45 --- /dev/null +++ b/hautelook/alice-bundle/2.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "Resources/": "Resources/" + } +}