diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2020-04-27 08:59:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 08:59:56 +0200 |
commit | 34fe51454ad405a49c73cf67e8adde9364cf2248 (patch) | |
tree | 3e1f6ddf2ac791fdc4892430d3f9669e6018121a /composer.json | |
parent | b23d9403ece494a60ecba5867bb68c94ec497052 (diff) | |
parent | 7f88c7423f0b0c8c565f7e4d4d1b37ba14e55dae (diff) | |
download | wallabag-34fe51454ad405a49c73cf67e8adde9364cf2248.tar.gz wallabag-34fe51454ad405a49c73cf67e8adde9364cf2248.tar.zst wallabag-34fe51454ad405a49c73cf67e8adde9364cf2248.zip |
Merge pull request #4309 from wallabag/fix/php-7.4
Replace wallabag's fork of tcpdf with the original one, PHP 7.4 support
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0b228222..a4b2de6b 100644 --- a/composer.json +++ b/composer.json | |||
@@ -63,7 +63,7 @@ | |||
63 | "jms/serializer-bundle": "~2.2", | 63 | "jms/serializer-bundle": "~2.2", |
64 | "nelmio/api-doc-bundle": "^2.13.2", | 64 | "nelmio/api-doc-bundle": "^2.13.2", |
65 | "mgargano/simplehtmldom": "~1.5", | 65 | "mgargano/simplehtmldom": "~1.5", |
66 | "wallabag/tcpdf": "^6.2.26", | 66 | "tecnickcom/tcpdf": "^6.3.0", |
67 | "willdurand/hateoas-bundle": "~1.3", | 67 | "willdurand/hateoas-bundle": "~1.3", |
68 | "liip/theme-bundle": "^1.4.6", | 68 | "liip/theme-bundle": "^1.4.6", |
69 | "lexik/form-filter-bundle": "^5.0.4", | 69 | "lexik/form-filter-bundle": "^5.0.4", |