diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-03 08:19:55 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-03 08:19:55 +0200 |
| commit | cf160684b3482fe6afcb929843ea38650d058379 (patch) | |
| tree | 95215a8657f60900779f35ab85ad68ffc6a52c52 /composer.json | |
| parent | 187f2751ee44b06cf1814c1369658986ae3938a3 (diff) | |
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
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 18 |
1 files changed, 12 insertions, 6 deletions
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" }, |
