From 3dda43c70a69f675b6ecdf2c180b58b7c9be816f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 26 Feb 2021 10:38:46 +0200 Subject: [PATCH] update tcpdf --- composer.json | 2 +- composer.lock | 35 +++++++++++++++++++++++++++-------- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 5f440cc2c1..65dde132d3 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "yzalis/identicon": "*", "zordius/lightncandy": "dev-espo#v1.2.5e", "composer/semver": "^3", - "tecnickcom/tcpdf": "^6.3", + "tecnickcom/tcpdf": "dev-main#456b794f1fae9aee5c151a1ee515aae2aaa619a3 as 6.3.6", "spatie/async": "0.0.4", "symfony/process": "4.1.7", "symfony/http-foundation": "4.4.7", diff --git a/composer.lock b/composer.lock index 1347fe54f5..52fc3cd38f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c461d1e42d41a2e1ed85372c26abefd8", + "content-hash": "09f6e85587f694f53e46c442b3138e66", "packages": [ { "name": "cboden/ratchet", @@ -3744,21 +3744,22 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.3.5", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" + "reference": "456b794f1fae9aee5c151a1ee515aae2aaa619a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/456b794f1fae9aee5c151a1ee515aae2aaa619a3", + "reference": "456b794f1fae9aee5c151a1ee515aae2aaa619a3", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "default-branch": true, "type": "library", "autoload": { "classmap": [ @@ -3802,7 +3803,17 @@ "pdf417", "qrcode" ], - "time": "2020-02-14T14:20:12+00:00" + "support": { + "issues": "https://github.com/tecnickcom/TCPDF/issues", + "source": "https://github.com/tecnickcom/TCPDF/tree/main" + }, + "funding": [ + { + "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", + "type": "custom" + } + ], + "time": "2020-12-09T07:15:50+00:00" }, { "name": "true/punycode", @@ -5661,10 +5672,18 @@ "time": "2020-02-14T12:15:55+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "tecnickcom/tcpdf", + "version": "dev-main", + "alias": "6.3.6", + "alias_normalized": "6.3.6.0" + } + ], "minimum-stability": "stable", "stability-flags": { - "zordius/lightncandy": 20 + "zordius/lightncandy": 20, + "tecnickcom/tcpdf": 20 }, "prefer-stable": false, "prefer-lowest": false,