diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-09-06 15:08:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 15:08:12 +0200 |
commit | 78b36d4dbeedd60c5aa25dbd30a2a2d41a658f94 (patch) | |
tree | f1f5da8dd28739cc3fa4dae0fb0bb7dcc2217040 /composer.json | |
parent | b9c26b6330f688ce18af65a05a821f70dd73259c (diff) | |
parent | c66087838886d5921ffd8b5b1e57e0a09528e4b8 (diff) | |
download | wallabag-78b36d4dbeedd60c5aa25dbd30a2a2d41a658f94.tar.gz wallabag-78b36d4dbeedd60c5aa25dbd30a2a2d41a658f94.tar.zst wallabag-78b36d4dbeedd60c5aa25dbd30a2a2d41a658f94.zip |
Merge pull request #3332 from nclsHart/better-txt-export
Better entry txt export using html2text
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
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", |