From f2db8c7e7082e82f79309f2ded5fb3b24046fb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:14:03 +0000 Subject: [PATCH] Bump the composer-major-prod group with 1 update Updates the requirements on [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) to permit the latest version. Updates `tecnickcom/tcpdf` to 6.7.4 - [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT) - [Commits](https://github.com/tecnickcom/TCPDF/compare/6.6.0...6.7.4) --- updated-dependencies: - dependency-name: tecnickcom/tcpdf dependency-type: direct:production dependency-group: composer-major-prod ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index feb00ff..24a24eb 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^7.4 || ^8.0", "ext-mbstring": "*", "ext-gd": "*", - "tecnickcom/tcpdf": "^6.6" + "tecnickcom/tcpdf": "^6.7" }, "require-dev": { "phpunit/phpunit": "^9.6",