diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-29 17:05:12 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-29 17:05:12 +0200 |
commit | 7abda3ba524219b8ce304ef2774e6352747c829e (patch) | |
tree | 72cd354779af38a2fe272c0066bcdeff79d30b94 /composer.json | |
parent | ecd54aa57ee769121374954b5e6c810d1c1e1171 (diff) | |
download | wallabag-7abda3ba524219b8ce304ef2774e6352747c829e.tar.gz wallabag-7abda3ba524219b8ce304ef2774e6352747c829e.tar.zst wallabag-7abda3ba524219b8ce304ef2774e6352747c829e.zip |
Drop SimplePie
It was only used to make an absolute url when downloading images.
The deps is still there (in the `composer.lock`) because Graby use it (not for absolute but for encoding).
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 55e7f765..b0c17385 100644 --- a/composer.json +++ b/composer.json | |||
@@ -63,7 +63,6 @@ | |||
63 | "nelmio/api-doc-bundle": "^2.13.2", | 63 | "nelmio/api-doc-bundle": "^2.13.2", |
64 | "mgargano/simplehtmldom": "~1.5", | 64 | "mgargano/simplehtmldom": "~1.5", |
65 | "wallabag/tcpdf": "^6.2.26", | 65 | "wallabag/tcpdf": "^6.2.26", |
66 | "simplepie/simplepie": "~1.5", | ||
67 | "willdurand/hateoas-bundle": "~1.3", | 66 | "willdurand/hateoas-bundle": "~1.3", |
68 | "liip/theme-bundle": "^1.4.6", | 67 | "liip/theme-bundle": "^1.4.6", |
69 | "lexik/form-filter-bundle": "^5.0.4", | 68 | "lexik/form-filter-bundle": "^5.0.4", |