diff --git a/composer.lock b/composer.lock index dfaf819..b416c8a 100644 --- a/composer.lock +++ b/composer.lock @@ -198,27 +198,26 @@ }, { "name": "spipu/html2pdf", - "version": "v5.2.2", + "version": "v5.2.8", "source": { "type": "git", "url": "https://github.com/spipu/html2pdf.git", - "reference": "e6d8ca22347b6691bb8c2652212b1be2c89b3eff" + "reference": "6c94dcd48c94c6c73f206629839c1ebd81e8c726" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spipu/html2pdf/zipball/e6d8ca22347b6691bb8c2652212b1be2c89b3eff", - "reference": "e6d8ca22347b6691bb8c2652212b1be2c89b3eff", + "url": "https://api.github.com/repos/spipu/html2pdf/zipball/6c94dcd48c94c6c73f206629839c1ebd81e8c726", + "reference": "6c94dcd48c94c6c73f206629839c1ebd81e8c726", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", - "php": "^5.6 || ^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": "^5.0" + "phpunit/phpunit": "^5.0 || ^9.0" }, "suggest": { "ext-gd": "Allows to embed images into the PDF", @@ -248,7 +247,11 @@ "html2pdf", "pdf" ], - "time": "2020-03-22T16:23:26+00:00" + "support": { + "issues": "https://github.com/spipu/html2pdf/issues", + "source": "https://github.com/spipu/html2pdf/tree/v5.2.8" + }, + "time": "2023-07-18T14:52:59+00:00" }, { "name": "symfony/console", @@ -478,16 +481,16 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.3.5", + "version": "6.6.2", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" + "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", - "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", + "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", "shasum": "" }, "require": { @@ -536,7 +539,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/6.6.2" + }, + "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": "2022-12-17T10:28:59+00:00" } ], "packages-dev": [], @@ -546,5 +559,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }