From f3fd097abb5024bf95757a703f213c610252829a Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Thu, 24 Apr 2025 08:53:02 +0200 Subject: update tecnickcom/tcpdf to v6.9.3, fixes #5550 Closes #5550 Merge request studip/studip!4172 --- composer.json | 2 +- composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 39c3912..d616402 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "php": "^8.1", "spomky-labs/otphp": "11.2.2", "tuupola/cors-middleware": "1.5.0", - "tecnickcom/tcpdf": "6.7.5", + "tecnickcom/tcpdf": "6.9.3", "scssphp/scssphp": "2.0.1", "symfony/yaml": "6.4.7", "ezyang/htmlpurifier": "^4.13", diff --git a/composer.lock b/composer.lock index f31f323..177e599 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": "55b4632fb972e409a08a17938c2c5381", + "content-hash": "f264372edd5c7644079b0a461a37c14a", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -6385,20 +6385,21 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.7.5", + "version": "6.9.3", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36" + "reference": "d0e8dd17f8a1df3c97b94b9af8356e88e811ed59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", - "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d0e8dd17f8a1df3c97b94b9af8356e88e811ed59", + "reference": "d0e8dd17f8a1df3c97b94b9af8356e88e811ed59", "shasum": "" }, "require": { - "php": ">=5.5.0" + "ext-curl": "*", + "php": ">=7.1.0" }, "type": "library", "autoload": { @@ -6406,8 +6407,6 @@ "config", "include", "tcpdf.php", - "tcpdf_parser.php", - "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", @@ -6445,7 +6444,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.9.3" }, "funding": [ { @@ -6453,7 +6452,7 @@ "type": "custom" } ], - "time": "2024-04-20T17:25:10+00:00" + "time": "2025-04-20T15:52:50+00:00" }, { "name": "tuupola/callable-handler", -- cgit v1.0