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 1/2] 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/" + } +} From b9d4bda101b06f25e6f94895d9d62d04377b5411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Tue, 18 Sep 2018 23:08:09 +0200 Subject: [PATCH 2/2] Bump to 2.1 --- .../{2.0 => 2.1}/config/packages/dev/hautelook_alice.yaml | 0 .../{2.0 => 2.1}/config/packages/test/hautelook_alice.yaml | 0 hautelook/alice-bundle/{2.0 => 2.1}/manifest.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename hautelook/alice-bundle/{2.0 => 2.1}/config/packages/dev/hautelook_alice.yaml (100%) rename hautelook/alice-bundle/{2.0 => 2.1}/config/packages/test/hautelook_alice.yaml (100%) rename hautelook/alice-bundle/{2.0 => 2.1}/manifest.json (100%) diff --git a/hautelook/alice-bundle/2.0/config/packages/dev/hautelook_alice.yaml b/hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml similarity index 100% rename from hautelook/alice-bundle/2.0/config/packages/dev/hautelook_alice.yaml rename to hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml diff --git a/hautelook/alice-bundle/2.0/config/packages/test/hautelook_alice.yaml b/hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml similarity index 100% rename from hautelook/alice-bundle/2.0/config/packages/test/hautelook_alice.yaml rename to hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml diff --git a/hautelook/alice-bundle/2.0/manifest.json b/hautelook/alice-bundle/2.1/manifest.json similarity index 100% rename from hautelook/alice-bundle/2.0/manifest.json rename to hautelook/alice-bundle/2.1/manifest.json