X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=composer.json;h=8389f0070fb8cd57dec3572d5739ef44f3794b43;hb=6ecd21a5f900ff7bfba2d00a6f677f31c6d2baa1;hp=ded3365261b22860c8fb53b40747bf9e3ff9d1d8;hpb=ee9d87560773b147ed0888377c6885a042af8cb1;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": "*" } }