add parsedown for markdown-usage in a few cases

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-13 16:33:57 +01:00
parent 7e9e89e1fd
commit 237476b30d
4 changed files with 65 additions and 4 deletions

View File

@@ -50,7 +50,8 @@
"robthree/twofactorauth": "^1.6",
"froxlor/idna-convert-legacy": "^2.1",
"voku/anti-xss": "^4.1",
"twig/twig": "^3.3"
"twig/twig": "^3.3",
"erusev/parsedown": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^9",