X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=composer-example.json;h=cf63678c1c069c55c602273dcfdc37865e268eeb;hb=ff8bac33c0d8973001ed2d17ba2311ad164e7261;hp=6c4d37f5dc019c665a1440ee850f957ab9b06300;hpb=57d3f41876599497fcb9c672b88ebad7239353dc;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)" } }