aboutsummaryrefslogtreecommitdiffstats
path: root/composer-example.json
blob: cf63678c1c069c55c602273dcfdc37865e268eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"require": {
		"php": ">=5.3.2"
	},
	"suggest": {
		"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)"
	}
}