From b474047feaf94386c4d6f9be2a520a6bc9ba344f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 04:18:23 +0000 Subject: [PATCH] build(deps): bump tecnickcom/tcpdf from 6.7.8 to 6.8.0 Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.7.8 to 6.8.0. - [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT) - [Commits](https://github.com/tecnickcom/TCPDF/compare/6.7.8...6.8.0) --- updated-dependencies: - dependency-name: tecnickcom/tcpdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 33d268cd93..749c444d18 100644 --- a/composer.lock +++ b/composer.lock @@ -4922,20 +4922,21 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.7.8", + "version": "6.8.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "7956f5e37863c6a569d5ccfae826f353a12a2493" + "reference": "14ffa0e308f5634aa2489568b4b90b24073b6731" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/7956f5e37863c6a569d5ccfae826f353a12a2493", - "reference": "7956f5e37863c6a569d5ccfae826f353a12a2493", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/14ffa0e308f5634aa2489568b4b90b24073b6731", + "reference": "14ffa0e308f5634aa2489568b4b90b24073b6731", "shasum": "" }, "require": { - "php": ">=5.5.0" + "ext-curl": "*", + "php": ">=7.1.0" }, "type": "library", "autoload": { @@ -4982,7 +4983,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.8" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.8.0" }, "funding": [ { @@ -4990,7 +4991,7 @@ "type": "custom" } ], - "time": "2024-12-13T19:31:40+00:00" + "time": "2024-12-23T13:34:57+00:00" }, { "name": "tivie/htaccess-parser",