From 2c6fa0236a5049bb033d770cc2e7d7fd87378e6d Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Wed, 31 Mar 2021 09:56:20 -0400 Subject: [PATCH] Allow installation of league/html-to-markdown 5.x --- extra/markdown-extra/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/markdown-extra/composer.json b/extra/markdown-extra/composer.json index 4b1ee3f87..2bbed1bbc 100644 --- a/extra/markdown-extra/composer.json +++ b/extra/markdown-extra/composer.json @@ -22,7 +22,7 @@ "symfony/phpunit-bridge": "^4.4.9|^5.0.9", "erusev/parsedown": "^1.7", "league/commonmark": "^1.0", - "league/html-to-markdown": "^4.8", + "league/html-to-markdown": "^4.8|^5.0", "michelf/php-markdown": "^1.8" }, "autoload": {