Update dependencies in composer.json

This commit is contained in:
Daniel Rudolf 2022-03-13 12:17:15 +01:00
parent 0068406e23
commit 6698130b0f
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538

View File

@ -33,8 +33,8 @@
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"ext-mbstring": "*", "ext-mbstring": "*",
"twig/twig": "^3.0", "twig/twig": "^3.3.8",
"symfony/yaml" : "^5.0", "symfony/yaml" : "^5.4.3",
"erusev/parsedown": "1.7.4", "erusev/parsedown": "1.7.4",
"erusev/parsedown-extra": "0.8.1" "erusev/parsedown-extra": "0.8.1"
}, },