From: Bryan Davis Date: Fri, 14 Aug 2015 18:04:47 +0000 (-0600) Subject: Add descriptions for composer.json suggested packages X-Git-Tag: 1.31.0-rc.0~10424 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=2792023a783abd32c57838671a37b62af90b2ec9;p=lhc%2Fweb%2Fwiklou.git Add descriptions for composer.json suggested packages The value for a suggested package is intended to be a description of why the library might be desired. Change-Id: Ic9e7cc884baf82c493b72ef405cfd5ded810dded --- diff --git a/composer.json b/composer.json index c4a5470f42..2691ed8c38 100644 --- a/composer.json +++ b/composer.json @@ -38,14 +38,14 @@ "mediawiki/mediawiki-codesniffer": "0.3.0" }, "suggest": { - "ext-fileinfo": "*", - "ext-intl": "*", - "ext-mbstring": "*", - "ext-wikidiff2": "*", - "ext-apc": "*", - "monolog/monolog": "*", - "pear/mail": "*", - "pear/mail_mime": "*" + "ext-fileinfo": "Improved mime magic detection", + "ext-intl": "ICU integration", + "ext-mbstring": "Multibyte string support", + "ext-wikidiff2": "Diff accelerator", + "ext-apc": "Local data and opcode cache", + "monolog/monolog": "Flexible debug logging system", + "pear/mail": "Mail sending support", + "pear/mail_mime": "Mail sending support" }, "autoload": { "psr-0": {