summaryrefslogtreecommitdiff
blob: 245bc692812ab6b31a3bb445b2503f8b6749cbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"name": "mediawiki/user-functions",
	"type": "mediawiki-extension",
	"description": "Enhance parser with user functions",
	"keywords": [
		"MediaWiki",
		"User"
	],
	"homepage": "https://www.mediawiki.org/wiki/Extension:UserFunctions",
	"license": "GPL-2.0+",
	"require": {
		"php": ">=5.3.0",
		"composer/installers": "1.*,>=1.0.1"
	},
	"autoload": {
		"files": ["UserFunctions.php"],
		"classmap": ["UserFunctions_body.php"]
	},
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "0.9.2",
		"jakub-onderka/php-console-highlighter": "0.3.2"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor"
		]
	}
}