aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2020-04-04 17:11:25 +0200
committerKevin Decherf <kevin@kdecherf.com>2020-04-26 18:29:34 +0200
commit7f88c7423f0b0c8c565f7e4d4d1b37ba14e55dae (patch)
tree276185c8e82c56d782e293cfbab1b4f66baf48ef /composer.json
parent0e8a0f77d0b643a884e6687bd9c463267852a970 (diff)
downloadwallabag-7f88c7423f0b0c8c565f7e4d4d1b37ba14e55dae.tar.gz
wallabag-7f88c7423f0b0c8c565f7e4d4d1b37ba14e55dae.tar.zst
wallabag-7f88c7423f0b0c8c565f7e4d4d1b37ba14e55dae.zip
Replace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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",