SpecialVersion: Show 'Skins' and 'Extensions' in separate sections
[lhc/web/wiklou.git] / composer.json
index fa42c29..8389f00 100644 (file)
                }
        ],
        "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",
                "wiki": "https://www.mediawiki.org/"
        },
        "require": {
-               "php": ">=5.3.2"
+               "php": ">=5.3.2",
+               "psr/log": "1.0.0"
        },
        "require-dev": {
                "phpunit/phpunit": "*"
@@ -31,6 +26,7 @@
                "ext-fileinfo": "*",
                "ext-mbstring": "*",
                "ext-wikidiff2": "*",
-               "ext-apc": "*"
+               "ext-apc": "*",
+               "monolog/monolog": "*"
        }
 }