From da081e5733ed4a28a21d53fa6b4c936b2b7bc1f5 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 9 Mar 2017 17:26:49 +0100 Subject: [PATCH] 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 --- composer.json | 1 + 1 file changed, 1 insertion(+) 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", -- 2.20.1