diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:40:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:40:04 +0000 |
commit | 97584e046f410c6496cef21b8916379ee2ad8024 (patch) | |
tree | 4a697add287b4a6e49ef6921a6d327d02f9bd870 /composer.json | |
parent | 09d2fce85ddf9db8e85e0f496fde61c0bbd55dde (diff) | |
download | volse-hubzilla-97584e046f410c6496cef21b8916379ee2ad8024.tar.gz volse-hubzilla-97584e046f410c6496cef21b8916379ee2ad8024.tar.bz2 volse-hubzilla-97584e046f410c6496cef21b8916379ee2ad8024.zip |
more ci testing
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json index fca3cccdc..d994be1ef 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,12 @@ "require": { "php": ">=8.0.2", "ext-curl": "*", + "ext-gd": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", "ext-json": "*", + "ext-zip": "*", "ext-posix": "*", "sabre/dav": "^4.0", "michelf/php-markdown": "^1.7", |