From 1ec44a346bbd89acf637bbbff86952f7231d2675 Mon Sep 17 00:00:00 2001 From: Eloi Coutant Date: Wed, 16 Jan 2019 21:54:38 +0100 Subject: [PATCH] Update composer.json to add php-tidy (ext-tidy) Should fix https://github.com/wallabag/wallabag/issues/3844 for milestone https://github.com/wallabag/wallabag/milestone/63. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 97613ef7..56ae3f23 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,7 @@ "ext-iconv": "*", "ext-tokenizer": "*", "ext-pdo": "*", + "ext-tidy": "*", "symfony/symfony": "~3.3.13", "doctrine/orm": "^2.5.12", "doctrine/doctrine-bundle": "^1.8.0", -- 2.41.0