From cf160684b3482fe6afcb929843ea38650d058379 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 May 2026 08:19:55 +0200 Subject: update to 8.11.3 raise dependency on tc-lib-color 2.5 raise dependency on tc-lib-pdf-image 2.2 raise dependency on tc-lib-pdf-font 2.7 raise dependency on tc-lib-file 2.5 raise dependency on tc-lib-pdf-encrypt 2.2 raise dependency on tc-lib-unicode 2.1 --- composer.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ffd37fd..4e7f24f 100644 --- a/composer.json +++ b/composer.json @@ -18,18 +18,24 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1", "ext-date": "*", "ext-pcre": "*", "tecnickcom/tc-lib-barcode": "^2.4", - "tecnickcom/tc-lib-color": "^2.4", - "tecnickcom/tc-lib-pdf-image": "^2.1", - "tecnickcom/tc-lib-pdf-font": "^2.6", - "tecnickcom/tc-lib-file": "^2.3", - "tecnickcom/tc-lib-pdf-encrypt": "^2.1", + "tecnickcom/tc-lib-color": "^2.5", + "tecnickcom/tc-lib-pdf-image": "^2.2", + "tecnickcom/tc-lib-pdf-font": "^2.7", + "tecnickcom/tc-lib-file": "^2.5", + "tecnickcom/tc-lib-pdf-encrypt": "^2.2", "tecnickcom/tc-lib-unicode-data": "^2.0", - "tecnickcom/tc-lib-unicode": "^2.0", + "tecnickcom/tc-lib-unicode": "^2.1", "tecnickcom/tc-lib-pdf-page": "^4.3", "tecnickcom/tc-lib-pdf-graph": "^2.4" }, -- cgit