aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-08-27 00:04:21 +0200
committerNicolas Hart <contact@nclshart.net>2017-08-27 00:04:21 +0200
commitc66087838886d5921ffd8b5b1e57e0a09528e4b8 (patch)
tree7226b9753d42857fc73226ebf527b2e6b71f8316 /composer.json
parent2490f61dca635026a3eb9b5e9b6978b1981b1172 (diff)
downloadwallabag-c66087838886d5921ffd8b5b1e57e0a09528e4b8.tar.gz
wallabag-c66087838886d5921ffd8b5b1e57e0a09528e4b8.tar.zst
wallabag-c66087838886d5921ffd8b5b1e57e0a09528e4b8.zip
better entry txt export using html2text
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e609af40..fa0a4a39 100644
--- a/composer.json
+++ b/composer.json
@@ -84,7 +84,8 @@
84 "symfony/dom-crawler": "^3.1", 84 "symfony/dom-crawler": "^3.1",
85 "friendsofsymfony/jsrouting-bundle": "^1.6", 85 "friendsofsymfony/jsrouting-bundle": "^1.6",
86 "bdunogier/guzzle-site-authenticator": "^1.0.0@dev", 86 "bdunogier/guzzle-site-authenticator": "^1.0.0@dev",
87 "defuse/php-encryption": "^2.1" 87 "defuse/php-encryption": "^2.1",
88 "html2text/html2text": "^4.1"
88 }, 89 },
89 "require-dev": { 90 "require-dev": {
90 "doctrine/doctrine-fixtures-bundle": "~2.2", 91 "doctrine/doctrine-fixtures-bundle": "~2.2",