Use wallabag/tcpdf

It should restore the PHP 7.1 compatibility
This commit is contained in:
Jeremy Benoist 2017-02-24 15:05:43 +01:00
parent 227a009da5
commit 5a73f94590
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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",