diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:28:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:28:22 +0000 |
commit | fc3060cb299e17694a5a6d5ff2f97decfe4e648b (patch) | |
tree | a487a8725328aa8adf0116dea63cf0de13380eef /composer.json | |
parent | 9804a6716551d29a367fac747217f3f2f0358bec (diff) | |
download | volse-hubzilla-fc3060cb299e17694a5a6d5ff2f97decfe4e648b.tar.gz volse-hubzilla-fc3060cb299e17694a5a6d5ff2f97decfe4e648b.tar.bz2 volse-hubzilla-fc3060cb299e17694a5a6d5ff2f97decfe4e648b.zip |
we do not actually require this for the tests
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/composer.json b/composer.json index d994be1ef..fca3cccdc 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,10 @@ "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", |