From: Max Semenik Date: Mon, 7 Oct 2019 23:47:34 +0000 (-0700) Subject: composer.json: Recommend OpenSSL X-Git-Tag: 1.34.0-rc.0~3 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=3c2e8a0f6176f9b8215b274ff3565d42030836be composer.json: Recommend OpenSSL MW wouldn't even log users in without OpenSSL in default configuration. Makes sense to mention it. Change-Id: Ifa68adc09c23eed078d6c5624139da7df208fe99 (cherry picked from commit 308f3f6851dcec2334973553d5181a1f99a6e947) --- diff --git a/composer.json b/composer.json index e95f3a0783..1597a411e9 100644 --- a/composer.json +++ b/composer.json @@ -89,6 +89,7 @@ "ext-apcu": "Local data cache for greatly improved performance", "ext-curl": "Improved http communication abilities", "ext-intl": "ICU integration", + "ext-openssl": "Cryptographical functions", "ext-wikidiff2": "Diff accelerator", "monolog/monolog": "Flexible debug logging system", "nmred/kafka-php": "Send debug log events to kafka",