summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/NewUserNotif/composer.json
blob: b071b83c23257dea9f0573bb69975d2d636acdfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "1.0.0",
		"jakub-onderka/php-console-highlighter": "0.3.2",
		"mediawiki/minus-x": "0.3.1"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor --exclude node_modules",
			"minus-x check ."
		],
		"fix": [
			"minus-x fix ."
		]
	}
}