summaryrefslogtreecommitdiff
blob: c7d263e906104c59c7bd95cbeab3e3d808fc896a (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
48
49
50
51
52
53
54
55
{
	"name": "mediawiki/pipeescape",
	"type": "mediawiki-extension",
	"description": "The only standard solution to translate any kind of text with an avant-garde web interface within MediaWiki, including your documentation and software",
	"keywords": [
		"wiki",
		"MediaWiki",
		"extension",
		"pipe character",
		"Pipe Escape"
	],
	"homepage": "https://www.mediawiki.org/wiki/Extension:Pipe_Escape",
	"license": "GPL-2.0+",
	"authors": [
		{
			"name": "David M. Sledge",
			"role": "Original author"
		},
		{
			"name": "Purodha Blissenbach",
			"email": "purodha@tools.wmflabs.org",
			"role": "Maintainer"
		}
	],
	"support": {
		"issues": "https://phabricator.wikimedia.org/tag/mediawiki-extensions-pipeescape/",
		"wiki": "https://www.mediawiki.org/wiki/Extension:Pipe_Escape",
		"forum": "https://www.mediawiki.org/wiki/Extension_talk:Pipe_Escape",
		"source": "https://git.wikimedia.org/summary/?r=mediawiki/extensions/PipeEscape.git"
	},
	"require": {
		"php": ">=5.0.0",
		"composer/installers": ">=1.0.1"
	},
	"autoload": {
		"files": [
			"PipeEscape.php"
		]
	},
	"config": {
		"optimize-autoloader": true,
		"prepend-autoloader": false
	},
	"suggest": {
	},
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "0.9.2",
		"jakub-onderka/php-console-highlighter": "0.3.2"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor"
		]
	}
}