From: Raphaƫl Gertz Date: Tue, 29 Oct 2019 14:41:50 +0000 (+0100) Subject: Add doctrine requires X-Git-Tag: 0.1~68 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/7eaedfaf9dd228fd5793a1e5a47eae44721c4f92?hp=d83c8bb23a29c7f3f342c50970817f7a541c6a5d Add doctrine requires Add swiftmailer requires --- 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" } }