From 484e1eeff928091fcfa9434d6ad2ac0b58609c59 Mon Sep 17 00:00:00 2001 From: Thibault RICHARD Date: Sat, 15 Jan 2022 21:38:45 +0100 Subject: [PATCH] Delete Hautelook from contrib --- .../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 | 9 --------- hautelook/alice-bundle/2.1/post-install.txt | 2 -- 5 files changed, 15 deletions(-) delete mode 100644 hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml delete mode 100644 hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml delete mode 100644 hautelook/alice-bundle/2.1/fixtures/.gitignore delete mode 100644 hautelook/alice-bundle/2.1/manifest.json delete mode 100644 hautelook/alice-bundle/2.1/post-install.txt 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 deleted file mode 100644 index b685db17..00000000 --- a/hautelook/alice-bundle/2.1/config/packages/dev/hautelook_alice.yaml +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 7b717741..00000000 --- a/hautelook/alice-bundle/2.1/config/packages/test/hautelook_alice.yaml +++ /dev/null @@ -1,2 +0,0 @@ -imports: - - { resource: ../dev/hautelook_alice.yaml } diff --git a/hautelook/alice-bundle/2.1/fixtures/.gitignore b/hautelook/alice-bundle/2.1/fixtures/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/hautelook/alice-bundle/2.1/manifest.json b/hautelook/alice-bundle/2.1/manifest.json deleted file mode 100644 index e1cfe7f7..00000000 --- a/hautelook/alice-bundle/2.1/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "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 deleted file mode 100644 index f537f883..00000000 --- a/hautelook/alice-bundle/2.1/post-install.txt +++ /dev/null @@ -1,2 +0,0 @@ - * Write fixtures files in the fixtures/ folder - * Run php bin/console hautelook:fixtures:load