X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=composer-example.json;h=cf63678c1c069c55c602273dcfdc37865e268eeb;hb=b28f0af08bb72f48c0458141587e4ed5870608c5;hp=6c4d37f5dc019c665a1440ee850f957ab9b06300;hpb=665f171a18061aacd339102a21f32d714c5de50d;p=lhc%2Fweb%2Fwiklou.git diff --git a/composer-example.json b/composer-example.json index 6c4d37f5dc..cf63678c1c 100644 --- a/composer-example.json +++ b/composer-example.json @@ -3,9 +3,9 @@ "php": ">=5.3.2" }, "suggest": { - "ext-fileinfo": "*", - "ext-mbstring": "*", - "ext-wikidiff2": "*", - "ext-apc": "*" + "ext-fileinfo": "More accurate file type detection for uploaded files", + "ext-mbstring": "Faster unicode handling", + "ext-wikidiff2": "Faster diff generation", + "ext-apc": "Speed up MediaWiki with opcode caching (before PHP 5.5)" } }