summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
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"
},