From a327977696983b820c4a92621f029b9e38435697 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 3 Jan 2019 00:46:19 +0100 Subject: [PATCH] Update to Parsedown Extra 0.8 and Parsedown 1.8 (both currently in beta) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4aad183..c3d5dc4 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "ext-dom": "*", "twig/twig": "^1.35", "symfony/yaml" : "^2.8", - "erusev/parsedown": "^1.7", - "erusev/parsedown-extra": "^0.7" + "erusev/parsedown": "^1.8|1.8.0@beta", + "erusev/parsedown-extra": "^0.8|0.8.0@beta" }, "suggest": { "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.",