diff --git a/composer.lock b/composer.lock index 2c386a08b7..330311d924 100644 --- a/composer.lock +++ b/composer.lock @@ -7645,22 +7645,28 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.11.2", + "version": "6.11.3", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "e1e2ade18e574e963473f53271591edd8c0033ec" + "reference": "b18f6119161019916c5bb07cb8da5205ae5c1b63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/e1e2ade18e574e963473f53271591edd8c0033ec", - "reference": "e1e2ade18e574e963473f53271591edd8c0033ec", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/b18f6119161019916c5bb07cb8da5205ae5c1b63", + "reference": "b18f6119161019916c5bb07cb8da5205ae5c1b63", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=7.1.0" }, + "suggest": { + "ext-gd": "Enables additional image handling in some workflows.", + "ext-imagick": "Enables additional image format support when available.", + "ext-zlib": "Recommended for compressed streams and related features.", + "tecnickcom/tc-lib-pdf": "Modern replacement for TCPDF for new projects." + }, "type": "library", "autoload": { "classmap": [ @@ -7691,8 +7697,8 @@ "role": "lead" } ], - "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", - "homepage": "http://www.tcpdf.org/", + "description": "Deprecated legacy PDF engine for PHP. For new projects use tecnickcom/tc-lib-pdf.", + "homepage": "https://tcpdf.org", "keywords": [ "PDFD32000-2008", "TCPDF", @@ -7704,15 +7710,15 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.11.2" + "source": "https://github.com/tecnickcom/TCPDF" }, "funding": [ { "url": "https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ", - "type": "custom" + "type": "paypal" } ], - "time": "2026-03-03T08:58:10+00:00" + "time": "2026-04-21T17:00:18+00:00" }, { "name": "tivie/htaccess-parser",