From 5a73f9459031270c4c764dd2f4d9ea418b31bc8d Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 24 Feb 2017 15:05:43 +0100 Subject: [PATCH] Use wallabag/tcpdf It should restore the PHP 7.1 compatibility --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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", -- 2.41.0