From 7eaedfaf9dd228fd5793a1e5a47eae44721c4f92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 29 Oct 2019 15:41:50 +0100 Subject: [PATCH 1/1] Add doctrine requires Add swiftmailer requires --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c2835c0..b6dad93 100644 --- a/composer.json +++ b/composer.json @@ -121,7 +121,9 @@ "symfony/translation": "*", "symfony/twig-bundle": "*", "symfony/validator": "*", - "doctrine/data-fixtures": "*", + "doctrine/doctrine-bundle": "*", + "doctrine/doctrine-fixtures-bundle": "*", + "swiftmailer/swiftmailer": "*", "twig/extensions": "^1.5" } } -- 2.41.0