X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=composer.json;h=8389f0070fb8cd57dec3572d5739ef44f3794b43;hb=d423112b7f51d53b43e453a2d5e89c70f6fd1637;hp=fa42c295e0cdb7863643819d741d9365a4d46fa2;hpb=f8daed077a379161ac5d32c9c503f57028b4ccc7;p=lhc%2Fweb%2Fwiklou.git diff --git a/composer.json b/composer.json index fa42c295e0..8389f0070f 100644 --- a/composer.json +++ b/composer.json @@ -10,19 +10,14 @@ } ], "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": "*" } }