From 94d020688a47abedc7aadb5f1c9a460f3c7fb7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 12 Oct 2018 10:02:17 +0200 Subject: [PATCH] Remove Alice recipes (moved to the official repository) --- .../1.4/config/packages/dev/hautelook_alice.yaml | 8 -------- hautelook/alice-bundle/1.4/manifest.json | 9 --------- .../alice-bundle/1.4/src/DataFixtures/ORM/.gitignore | 0 nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml | 3 --- nelmio/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 ----- 7 files changed, 35 deletions(-) delete mode 100644 hautelook/alice-bundle/1.4/config/packages/dev/hautelook_alice.yaml delete mode 100644 hautelook/alice-bundle/1.4/manifest.json delete mode 100644 hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore delete mode 100644 nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml delete mode 100644 nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml delete mode 100644 nelmio/alice/3.2/manifest.json delete mode 100644 theofidry/alice-data-fixtures/1.0/manifest.json diff --git a/hautelook/alice-bundle/1.4/config/packages/dev/hautelook_alice.yaml b/hautelook/alice-bundle/1.4/config/packages/dev/hautelook_alice.yaml deleted file mode 100644 index 90f561a3..00000000 --- a/hautelook/alice-bundle/1.4/config/packages/dev/hautelook_alice.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Read the documentation: https://github.com/hautelook/AliceBundle/blob/v1.4.1/README.md -hautelook_alice: - db_drivers: - orm: ~ -# locale: en_US -# seed: 1 -# persist_once: false -# loading_limit: 5 diff --git a/hautelook/alice-bundle/1.4/manifest.json b/hautelook/alice-bundle/1.4/manifest.json deleted file mode 100644 index 5022a39a..00000000 --- a/hautelook/alice-bundle/1.4/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "bundles": { - "Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", - "src/": "%SRC_DIR%/" - } -} diff --git a/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore b/hautelook/alice-bundle/1.4/src/DataFixtures/ORM/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml b/nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml deleted file mode 100644 index e2ae069c..00000000 --- a/nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index caec543d..00000000 --- a/nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml +++ /dev/null @@ -1,2 +0,0 @@ -imports: - - { resource: ../dev/nelmio_alice.yaml } diff --git a/nelmio/alice/3.2/manifest.json b/nelmio/alice/3.2/manifest.json deleted file mode 100644 index b974254c..00000000 --- a/nelmio/alice/3.2/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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 deleted file mode 100644 index 030d9d4b..00000000 --- a/theofidry/alice-data-fixtures/1.0/manifest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "bundles": { - "Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"] - } -}