summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index aacc756..5125f10 100644
--- a/composer.json
+++ b/composer.json
@@ -17,12 +17,18 @@
"role": "lead"
}
],
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tecnickcom"
+ }
+ ],
"require": {
"php": ">=8.1",
"ext-date": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-color": "^2.4",
- "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
+ "tecnickcom/tc-lib-color": "^2.5",
+ "tecnickcom/tc-lib-pdf-encrypt": "^2.2"
},
"minimum-stability": "dev",
"prefer-stable": true,