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 66b9d0c..c3d50d7 100644
--- a/composer.json
+++ b/composer.json
@@ -20,14 +20,20 @@
"role": "lead"
}
],
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tecnickcom"
+ }
+ ],
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-pcre": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-file": "^2.3",
+ "tecnickcom/tc-lib-file": "^2.5",
"tecnickcom/tc-lib-unicode-data": "^2.0",
- "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
+ "tecnickcom/tc-lib-pdf-encrypt": "^2.2"
},
"minimum-stability": "dev",
"prefer-stable": true,