From 60b48a97e2b24c062680243d564d184f18292803 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sat, 20 Mar 2021 16:09:45 +0100 Subject: [PATCH] Adding missing dependencies. See trace: master@chill-vendee cb68f33e71 JFMonfort 2021-02-18 Adding missing dependencies sf4@chill-standard 732f4af595 MathieuJ 2021-03-08 rebase: Add missing dependencies (cb68f33e713) sf4@chill-standard 358f7e7be7 MathieuJ 2021-03-08 install php markdown to html, and test change in template --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49025c02b..50fa4141a 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,13 @@ "symfony/expression-language": "4.*", "knplabs/knp-time-bundle": "^1.12", "symfony/intl": "4.*", - "symfony/swiftmailer-bundle": "^3.5" + "symfony/swiftmailer-bundle": "^3.5", + "league/csv": "^9.6", + "phpoffice/phpspreadsheet": "^1.16", + "symfony/browser-kit": "^5.2", + "symfony/css-selector": "^5.2", + "twig/markdown-extra": "^3.3", + "erusev/parsedown": "^1.7" }, "conflict": { "symfony/symfony": "*"