From 758d6ee54a41e56180fa1d4800be387fb2aa42cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 23:43:09 +0000 Subject: [PATCH] Bump spipu/html2pdf from 5.2.1 to 5.2.4 Bumps [spipu/html2pdf](https://github.com/spipu/html2pdf) from 5.2.1 to 5.2.4. - [Release notes](https://github.com/spipu/html2pdf/releases) - [Changelog](https://github.com/spipu/html2pdf/blob/master/CHANGELOG.md) - [Commits](https://github.com/spipu/html2pdf/compare/v5.2.1...v5.2.4) --- updated-dependencies: - dependency-name: spipu/html2pdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 47 +++++++++++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 3d355da4..aff7fe6e 100644 --- a/composer.lock +++ b/composer.lock @@ -63,27 +63,27 @@ }, { "name": "spipu/html2pdf", - "version": "v5.2.1", + "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/spipu/html2pdf.git", - "reference": "7dca57b61fdb2d6920635ff2332dbc82d4be19f3" + "reference": "dcb5671cac3d60ff486cf16df389e3bd0dc16ba4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spipu/html2pdf/zipball/7dca57b61fdb2d6920635ff2332dbc82d4be19f3", - "reference": "7dca57b61fdb2d6920635ff2332dbc82d4be19f3", + "url": "https://api.github.com/repos/spipu/html2pdf/zipball/dcb5671cac3d60ff486cf16df389e3bd0dc16ba4", + "reference": "dcb5671cac3d60ff486cf16df389e3bd0dc16ba4", "shasum": "" }, "require": { + "ext-gd": "*", "ext-mbstring": "*", - "php": "^5.4 || ^7.0", - "tecnickcom/tcpdf": "^6.2" + "php": "^5.6 || ^7.0 || ^8.0", + "tecnickcom/tcpdf": "^6.3" }, "require-dev": { "phake/phake": "^2.0", - "phpunit/phpunit": "^4.0 || ^5.0", - "squizlabs/php_codesniffer": "^3.0" + "phpunit/phpunit": "^5.0" }, "suggest": { "ext-gd": "Allows to embed images into the PDF", @@ -113,7 +113,11 @@ "html2pdf", "pdf" ], - "time": "2018-10-26T13:33:18+00:00" + "support": { + "issues": "https://github.com/spipu/html2pdf/issues", + "source": "https://github.com/spipu/html2pdf/tree/v5.2.4" + }, + "time": "2021-12-16T15:23:31+00:00" }, { "name": "symfony/polyfill-ctype", @@ -175,16 +179,16 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.3.2", + "version": "6.4.4", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b" + "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b", - "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320", + "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320", "shasum": "" }, "require": { @@ -213,7 +217,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "LGPL-3.0-only" ], "authors": [ { @@ -233,7 +237,17 @@ "pdf417", "qrcode" ], - "time": "2019-09-20T09:35:01+00:00" + "support": { + "issues": "https://github.com/tecnickcom/TCPDF/issues", + "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4" + }, + "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": "2021-12-31T08:39:24+00:00" }, { "name": "vlucas/phpdotenv", @@ -307,5 +321,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }