From 75419e9b5b7c825f65942bca2d2a8852f6d6dbd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2024 15:15:16 +0100 Subject: update to 6.7.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 654cb41..0d8d518 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "barcodes" ], "homepage": "http://www.tcpdf.org/", - "version": "6.6.4", + "version": "6.7.2", "license": "LGPL-3.0-or-later", "authors": [ { @@ -22,7 +22,7 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=5.5.0" }, "autoload": { "classmap": [ -- cgit