diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-02-20 14:48:06 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-02-20 14:48:06 +0100 |
commit | 04578bc7edc7833e57b9b836b1dff5ef6495909a (patch) | |
tree | cbf1ad7b83446f2879e6d97b39bda85898ed0828 /composer.json | |
parent | 7858b8313ab098f8d0f7c0783f6051215d02eb56 (diff) | |
download | nextcloud-server-04578bc7edc7833e57b9b836b1dff5ef6495909a.tar.gz nextcloud-server-04578bc7edc7833e57b9b836b1dff5ef6495909a.zip |
chore(deps): Declare ext-openssl as required
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 2bd3a122cf4..4a58833c996 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", + "ext-openssl": "*", "ext-pdo": "*", "ext-simplexml": "*", "ext-xmlreader": "*", |