From b222f3ec017bc3925f9aa6ea1d15827df057bc58 Mon Sep 17 00:00:00 2001 From: Yanick Witschi Date: Thu, 18 Jan 2018 14:00:41 +0100 Subject: [PATCH 1/2] Added theofidry/alice-data-fixtures recipe --- theofidry/alice-data-fixtures/1.0/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 theofidry/alice-data-fixtures/1.0/manifest.json 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..1a21fd66 --- /dev/null +++ b/theofidry/alice-data-fixtures/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["test"] + } +} From f5c5505c3300ab0d130a9b84fe2568795972cffc Mon Sep 17 00:00:00 2001 From: Yanick Witschi Date: Mon, 28 May 2018 16:54:00 +0200 Subject: [PATCH 2/2] Also load in dev --- theofidry/alice-data-fixtures/1.0/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theofidry/alice-data-fixtures/1.0/manifest.json b/theofidry/alice-data-fixtures/1.0/manifest.json index 1a21fd66..030d9d4b 100644 --- a/theofidry/alice-data-fixtures/1.0/manifest.json +++ b/theofidry/alice-data-fixtures/1.0/manifest.json @@ -1,5 +1,5 @@ { "bundles": { - "Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["test"] + "Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"] } }