composer.json: Make ext-curl a suggested package for MediaWiki core
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Thu, 9 Mar 2017 16:26:49 +0000 (17:26 +0100)
committerLegoktm <legoktm@member.fsf.org>
Thu, 9 Mar 2017 21:31:00 +0000 (21:31 +0000)
curl is the preferred HTTP implementation as far as I'm a aware and the
only implementation used by MultiHttpClient, a requirement for
something like VisualEditor

Change-Id: I40a015339d4a3f92cfadcd92dfd70425639d0412

composer.json

index ce38914..af8635a 100644 (file)
@@ -64,6 +64,7 @@
        },
        "suggest": {
                "ext-apc": "Local data and opcode cache",
+               "ext-curl": "Improved http communication abilities",
                "ext-fileinfo": "Improved mime magic detection",
                "ext-intl": "ICU integration",
                "ext-wikidiff2": "Diff accelerator",