composer.json: Recommend OpenSSL
authorMax Semenik <maxsem.wiki@gmail.com>
Mon, 7 Oct 2019 23:47:34 +0000 (16:47 -0700)
committerReedy <reedy@wikimedia.org>
Sat, 12 Oct 2019 23:52:43 +0000 (23:52 +0000)
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)

composer.json

index e95f3a0..1597a41 100644 (file)
@@ -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",