From 4cb9e0aad106cd23b405521549167da1db3a7c67 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 11 Feb 2017 12:02:35 +0100 Subject: Dropping PHP 5.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b919f446..55bd179a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "issues": "https://github.com/wallabag/wallabag/issues" }, "require": { - "php": ">=5.5.9", + "php": ">=5.6.0", "ext-pcre": "*", "ext-dom": "*", "ext-curl": "*", @@ -130,7 +130,7 @@ "config": { "bin-dir": "bin", "platform": { - "php": "5.5.9" + "php": "5.6.0" } }, "minimum-stability": "dev", -- cgit v1.2.3 From 5a73f9459031270c4c764dd2f4d9ea418b31bc8d Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 24 Feb 2017 15:05:43 +0100 Subject: Use wallabag/tcpdf It should restore the PHP 7.1 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') 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", -- cgit v1.2.3