mirror of https://github.com/wallabag/wallabag.git
Use wallabag/tcpdf
It should restore the PHP 7.1 compatibility
This commit is contained in:
parent
227a009da5
commit
5a73f94590
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue