diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 703bd36..274acc4 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,19 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1", "ext-gd": "*", "ext-zlib": "*", - "tecnickcom/tc-lib-file": "^2.3", - "tecnickcom/tc-lib-color": "^2.4", - "tecnickcom/tc-lib-pdf-encrypt": "^2.1" + "tecnickcom/tc-lib-file": "^2.5", + "tecnickcom/tc-lib-color": "^2.5", + "tecnickcom/tc-lib-pdf-encrypt": "^2.2" }, "minimum-stability": "dev", "prefer-stable": true, |
