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