diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 18:15:37 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 18:15:37 +0000 |
| commit | 2e27d1836985d92d59d358352351dac56e895eb9 (patch) | |
| tree | a620c64aaa45e6634b394500eb8612c0c8fcccb6 | |
| parent | 5bbe95fe73af8257a5054615db5c32aac1e42ba7 (diff) | |
update tecnickcom/tcpdf to 6.7.5, fixes #4172
Closes #4172
Merge request studip/studip!3010
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json index 33dacc5..0ac48de 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "neomerx/json-api": "4.0.1", "spomky-labs/otphp": "^10", "tuupola/cors-middleware": "^1.2.1", - "tecnickcom/tcpdf": "^6.3", + "tecnickcom/tcpdf": "6.7.5", "scssphp/scssphp": "1.12.1", "symfony/yaml": "^5.0", "ezyang/htmlpurifier": "^4.13", diff --git a/composer.lock b/composer.lock index 5d88b0b..4ca9e96 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": "7dcab37d45eb1a3751325c91f0e782b1", + "content-hash": "37344117fe2a7e12104caa87e77be265", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -4744,20 +4744,20 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.6.2", + "version": "6.7.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459" + "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", - "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", + "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.5.0" }, "type": "library", "autoload": { @@ -4782,7 +4782,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-only" + "LGPL-3.0-or-later" ], "authors": [ { @@ -4804,7 +4804,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.2" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5" }, "funding": [ { @@ -4812,7 +4812,7 @@ "type": "custom" } ], - "time": "2022-12-17T10:28:59+00:00" + "time": "2024-04-20T17:25:10+00:00" }, { "name": "thecodingmachine/safe", |
