composer.json: Update Parsedown Extra 0.8 and Parsedown 1.8 version constraints

This commit is contained in:
Daniel Rudolf 2019-03-11 23:28:09 +01:00
parent 787344a526
commit c91518a7c8
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538

View File

@ -30,8 +30,8 @@
"ext-dom": "*", "ext-dom": "*",
"twig/twig": "^1.35", "twig/twig": "^1.35",
"symfony/yaml" : "^2.8", "symfony/yaml" : "^2.8",
"erusev/parsedown": "^1.8|1.8.0@beta", "erusev/parsedown": "~1.8.0|1.8.0@beta",
"erusev/parsedown-extra": "^0.8|0.8.0@beta" "erusev/parsedown-extra": "~0.8.0|0.8.0@beta"
}, },
"suggest": { "suggest": {
"picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.", "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.",