From: Derk-Jan Hartman Date: Thu, 9 Mar 2017 16:26:49 +0000 (+0100) Subject: composer.json: Make ext-curl a suggested package for MediaWiki core X-Git-Tag: 1.31.0-rc.0~3829^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=da081e5733ed4a28a21d53fa6b4c936b2b7bc1f5;p=lhc%2Fweb%2Fwiklou.git composer.json: Make ext-curl a suggested package for MediaWiki core 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 --- diff --git a/composer.json b/composer.json index ce38914f3e..af8635a2bc 100644 --- a/composer.json +++ b/composer.json @@ -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",