(bug 43518) API action=unblock should return the user name, not the full user object
[lhc/web/wiklou.git] / composer.json
1 {
2 "name": "mediawiki/core",
3 "description": "Free software wiki application developed by the Wikimedia Foundation and others",
4 "keywords": ["mediawiki", "wiki"],
5 "homepage": "https://www.mediawiki.org/",
6 "authors": [
7 {
8 "name": "MediaWiki Community",
9 "homepage": "https://www.mediawiki.org/wiki/Special:Version/Credits"
10 }
11 ],
12 "license": "GPL-2.0",
13 "repositories": [
14 {
15 "type": "vcs",
16 "url": "https://gerrit.wikimedia.org/r/p/mediawiki/core.git"
17 }
18 ],
19 "support": {
20 "issues": "https://bugzilla.wikimedia.org/",
21 "irc": "irc://irc.freenode.net/mediawiki",
22 "wiki": "https://www.mediawiki.org/"
23 },
24 "require": {
25 "php": ">=5.3.2"
26 },
27 "require-dev": {
28 "phpunit/phpunit": "*"
29 },
30 "suggest": {
31 "ext-fileinfo": "*",
32 "ext-mbstring": "*",
33 "ext-wikidiff2": "*",
34 "ext-apc": "*"
35 }
36 }