X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=composer.json;h=8389f0070fb8cd57dec3572d5739ef44f3794b43;hb=7ffea90b5cae8031dbd3dfadc7cc6933b0c6701d;hp=ded3365261b22860c8fb53b40747bf9e3ff9d1d8;hpb=57a0864cece51b476d55116f9c65f0606a2f0df5;p=lhc%2Fweb%2Fwiklou.git diff --git a/composer.json b/composer.json index ded3365261..8389f0070f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "wiki": "https://www.mediawiki.org/" }, "require": { - "php": ">=5.3.2" + "php": ">=5.3.2", + "psr/log": "1.0.0" }, "require-dev": { "phpunit/phpunit": "*" @@ -25,6 +26,7 @@ "ext-fileinfo": "*", "ext-mbstring": "*", "ext-wikidiff2": "*", - "ext-apc": "*" + "ext-apc": "*", + "monolog/monolog": "*" } }