summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 3009786..1f236e7 100644
--- a/composer.json
+++ b/composer.json
@@ -17,10 +17,16 @@
"role": "lead"
}
],
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tecnickcom"
+ }
+ ],
"require": {
"php": ">=8.1",
"ext-pcre": "*",
- "tecnickcom/tc-lib-pdf-filter": "^2.0"
+ "tecnickcom/tc-lib-pdf-filter": "^2.1"
},
"minimum-stability": "dev",
"prefer-stable": true,