summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/composer.json
blob: f85f758fb5d9bd251efb4beb38c16b1d31e3a78b (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
56
57
58
{
	"name": "mediawiki/translate",
	"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": [
		"MediaWiki",
		"Translation",
		"l10n",
		"i18n",
		"g11n",
		"m17n",
		"localization",
		"internationalization",
		"translatewiki.net"
	],
	"homepage": "https://www.mediawiki.org/wiki/Extension:Translate",
	"license": "GPL-2.0+",
	"authors": [
		{
			"name": "Niklas Laxström",
			"email": "niklas.laxstrom@gmail.com",
			"role": "Lead nitpicker"
		},
		{
			"name": "Siebrand Mazeland",
			"email": "siebrand@kitano.nl",
			"role": "Developer"
		}
	],
	"support": {
		"issues": "https://phabricator.wikimedia.org/tag/mediawiki-extensions-translate/",
		"irc": "irc://irc.freenode.net/mediawiki-i18n",
		"forum": "https://www.mediawiki.org/wiki/Extension_talk:Translate",
		"wiki": "https://www.mediawiki.org/wiki/Extension:Translate"
	},
	"require": {
		"php": ">=5.3.0",
		"composer/installers": ">=1.0.1",
		"mediawiki/universal-language-selector": "*"
	},
	"require-dev": {
		"jakub-onderka/php-parallel-lint": "0.9.2",
		"mediawiki/mediawiki-codesniffer": "0.5.1"
	},
	"suggest": {
		"mediawiki/babel": "Users can easily indicate their language proficiency on their user page",
		"mediawiki/translation-notifications": "Manage communication with translators",
		"mustangostang/spyc": "More recent version of the bundled spyc library",
		"romaricdrigon/metayaml": "If you want to validate message group configurations",
		"ruflin/elastica": "Support for translation memory and search in ElasticSearch"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor --exclude extensions",
			"phpcs -p -s"
		]
	}
}