From 248ee42a375a2abdd0d9c6a826afa5c6fa4434f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 12 Oct 2018 09:57:15 +0200 Subject: [PATCH] Promote Alice as an official recipe with an alias --- .../2.1/config/packages/dev/hautelook_alice.yaml | 2 ++ .../2.1/config/packages/test/hautelook_alice.yaml | 2 ++ hautelook/alice-bundle/2.1/fixtures/.gitignore | 0 hautelook/alice-bundle/2.1/manifest.json | 10 ++++++++++ hautelook/alice-bundle/2.1/post-install.txt | 6 ++++++ nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml | 3 +++ .../alice/3.2/config/packages/test/nelmio_alice.yaml | 2 ++ nelmio/alice/3.2/manifest.json | 8 ++++++++ theofidry/alice-data-fixtures/1.0/manifest.json | 5 +++++ 9 files changed, 38 insertions(+) create mode 100644 hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml create mode 100644 hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml create mode 100644 hautelook/alice-bundle/2.1/fixtures/.gitignore create mode 100644 hautelook/alice-bundle/2.1/manifest.json create mode 100644 hautelook/alice-bundle/2.1/post-install.txt create mode 100644 nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml create mode 100644 nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml create mode 100644 nelmio/alice/3.2/manifest.json create mode 100644 theofidry/alice-data-fixtures/1.0/manifest.json 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/fixtures/.gitignore b/hautelook/alice-bundle/2.1/fixtures/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/hautelook/alice-bundle/2.1/manifest.json b/hautelook/alice-bundle/2.1/manifest.json new file mode 100644 index 00000000..1492446b --- /dev/null +++ b/hautelook/alice-bundle/2.1/manifest.json @@ -0,0 +1,10 @@ +{ + "aliases": ["alice"], + "bundles": { + "Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "fixtures/": "fixtures/" + } +} diff --git a/hautelook/alice-bundle/2.1/post-install.txt b/hautelook/alice-bundle/2.1/post-install.txt new file mode 100644 index 00000000..7b7ec62a --- /dev/null +++ b/hautelook/alice-bundle/2.1/post-install.txt @@ -0,0 +1,6 @@ + + How to load fixtures? + + + * Write fixtures files in the fixtures/ folder + * Run php bin/console hautelook:fixtures:load diff --git a/nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml b/nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml new file mode 100644 index 00000000..e2ae069c --- /dev/null +++ b/nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml @@ -0,0 +1,3 @@ +nelmio_alice: + functions_blacklist: + - 'current' diff --git a/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml b/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml new file mode 100644 index 00000000..caec543d --- /dev/null +++ b/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml @@ -0,0 +1,2 @@ +imports: + - { resource: ../dev/nelmio_alice.yaml } diff --git a/nelmio/alice/3.2/manifest.json b/nelmio/alice/3.2/manifest.json new file mode 100644 index 00000000..b974254c --- /dev/null +++ b/nelmio/alice/3.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/theofidry/alice-data-fixtures/1.0/manifest.json b/theofidry/alice-data-fixtures/1.0/manifest.json new file mode 100644 index 00000000..030d9d4b --- /dev/null +++ b/theofidry/alice-data-fixtures/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"] + } +}