require correct version of symfony/console to be php7.4 compatible

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-10 10:15:29 +02:00
parent 0f4325f68d
commit f540ed4eb5
3 changed files with 191 additions and 107 deletions

View File

@@ -52,7 +52,7 @@
"voku/anti-xss": "^4.1",
"twig/twig": "^3.3",
"erusev/parsedown": "^1.7",
"symfony/console": "^6.0"
"symfony/console": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^9",