aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-24 08:53:02 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-24 08:53:02 +0200
commitf3fd097abb5024bf95757a703f213c610252829a (patch)
treefc945c24f1dba0bf85d65b01a897c168dbf90d0c /composer.lock
parenta65ecfe677766e5a12981f0b6aaa28f6bc6b0682 (diff)
update tecnickcom/tcpdf to v6.9.3, fixes #5550
Closes #5550 Merge request studip/studip!4172
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock19
1 files changed, 9 insertions, 10 deletions
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",