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