Avoid expensive backlink counts for info action in miser mode
[mediawiki.git] / composer-example.json
blobcf63678c1c069c55c602273dcfdc37865e268eeb
2         "require": {
3                 "php": ">=5.3.2"
4         },
5         "suggest": {
6                 "ext-fileinfo": "More accurate file type detection for uploaded files",
7                 "ext-mbstring": "Faster unicode handling",
8                 "ext-wikidiff2": "Faster diff generation",
9                 "ext-apc": "Speed up MediaWiki with opcode caching (before PHP 5.5)"
10         }