summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SyntaxHighlight_GeSHi/composer.json
blob: 12557914f0bda848dcd23098e9ee6c8d00b66117 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	"name": "mediawiki/syntax-highlight",
	"description": "Syntax highlighting extension for MediaWiki",
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "1.0.0",
		"mediawiki/mediawiki-codesniffer": "18.0.0",
		"jakub-onderka/php-console-highlighter": "0.3.2",
		"mediawiki/minus-x": "0.3.1",
		"mediawiki/mediawiki-phan-config": "0.2.0"
	},
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Brion Vibber",
			"email": "brion@wikimedia.org"
		},
		{
			"name": "Niklas Laxström",
			"email": "nlaxstrom@wikimedia.org"
		},
		{
			"name": "Ori Livneh",
			"email": "ori@wikimedia.org"
		},
		{
			"name": "Rob Church"
		},
		{
			"name": "Tim Starling",
			"email": "tstarling@wikimedia.org"
		}
	],
	"scripts": {
		"fix": [
			"phpcbf",
			"minus-x fix ."
		],
		"test": [
			"parallel-lint . --exclude vendor --exclude node_modules",
			"phpcs -p -s",
			"minus-x check ."
		]
	},
	"extra": {
		"phan-taint-check-plugin": "1.2.0"
	}
}