TheDJ has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342037 )

Change subject: Make ext-curl a suggested package for mediawiki core.
......................................................................

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 multi-http-request, a requirement for
something like VisualEditor

Change-Id: I40a015339d4a3f92cfadcd92dfd70425639d0412
---
M composer.json
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/37/342037/1

diff --git a/composer.json b/composer.json
index ce38914..af8635a 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",

-- 
To view, visit https://gerrit.wikimedia.org/r/342037
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I40a015339d4a3f92cfadcd92dfd70425639d0412
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to