From: Jeremy Benoist Date: Fri, 24 Feb 2017 14:05:43 +0000 (+0100) Subject: Use wallabag/tcpdf X-Git-Tag: 2.2.2~6^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=5a73f9459031270c4c764dd2f4d9ea418b31bc8d Use wallabag/tcpdf It should restore the PHP 7.1 compatibility --- diff --git a/.travis.yml b/.travis.yml index 8c8093bf..29ca7dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,6 @@ matrix: - php: 7.0 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite allow_failures: - - php: 7.1 - php: nightly # exclude v1 branches diff --git a/composer.json b/composer.json index b919f446..c43d2dcf 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "jms/serializer-bundle": "~1.1", "nelmio/api-doc-bundle": "~2.7", "mgargano/simplehtmldom": "~1.5", - "tecnickcom/tc-lib-pdf": "dev-master", + "wallabag/tcpdf": "^6.2", "simplepie/simplepie": "~1.3.1", "willdurand/hateoas-bundle": "~1.0", "htmlawed/htmlawed": "~1.1.19",