aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorEloi Coutant <eloi@anbuco.fr>2019-01-16 21:54:38 +0100
committerGitHub <noreply@github.com>2019-01-16 21:54:38 +0100
commit1ec44a346bbd89acf637bbbff86952f7231d2675 (patch)
tree83c8bf9f9ede011545a7fb1ac94ad4f734c56617 /composer.json
parentf6b9e883c01196d5aec249f6e8e02e07d0da4089 (diff)
downloadwallabag-1ec44a346bbd89acf637bbbff86952f7231d2675.tar.gz
wallabag-1ec44a346bbd89acf637bbbff86952f7231d2675.tar.zst
wallabag-1ec44a346bbd89acf637bbbff86952f7231d2675.zip
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.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 97613ef7..56ae3f23 100644
--- a/composer.json
+++ b/composer.json
@@ -43,6 +43,7 @@
43 "ext-iconv": "*", 43 "ext-iconv": "*",
44 "ext-tokenizer": "*", 44 "ext-tokenizer": "*",
45 "ext-pdo": "*", 45 "ext-pdo": "*",
46 "ext-tidy": "*",
46 "symfony/symfony": "~3.3.13", 47 "symfony/symfony": "~3.3.13",
47 "doctrine/orm": "^2.5.12", 48 "doctrine/orm": "^2.5.12",
48 "doctrine/doctrine-bundle": "^1.8.0", 49 "doctrine/doctrine-bundle": "^1.8.0",