Merge "style: fix up commas in function arguments"
[lhc/web/wiklou.git] / composer.json
index e480ab6..fa42c29 100644 (file)
@@ -1,6 +1,5 @@
 {
        "name": "mediawiki/core",
-       "version": "1.21-alpha",
        "description": "Free software wiki application developed by the Wikimedia Foundation and others",
        "keywords": ["mediawiki", "wiki"],
        "homepage": "https://www.mediawiki.org/",
                }
        ],
        "license": "GPL-2.0",
+       "repositories": [
+               {
+                       "type": "vcs",
+                       "url": "https://gerrit.wikimedia.org/r/p/mediawiki/core.git"
+               }
+       ],
        "support": {
                "issues": "https://bugzilla.wikimedia.org/",
                "irc": "irc://irc.freenode.net/mediawiki",
        "require": {
                "php": ">=5.3.2"
        },
+       "require-dev": {
+               "phpunit/phpunit": "*"
+       },
        "suggest": {
                "ext-fileinfo": "*",
                "ext-mbstring": "*",
-               "ext-wikidiff2": "*"
+               "ext-wikidiff2": "*",
+               "ext-apc": "*"
        }
 }