From: Eloi Coutant Date: Wed, 16 Jan 2019 20:54:38 +0000 (+0100) Subject: Update composer.json to add php-tidy (ext-tidy) X-Git-Tag: 2.3.7~11^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=1ec44a346bbd89acf637bbbff86952f7231d2675 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. --- 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",