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"] + } +}