From 63b933c54eda1f62c79945057b04476fc3a9c664 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Wed, 31 Mar 2021 09:10:06 -0400 Subject: [PATCH] Allow installation of league/html-to-markdown 5.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b1ee3f..2bbed1b 100644 --- a/composer.json +++ b/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": {