X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=composer.json;h=62d1129b32cf4022c04e5c8d640b0d78c84ecce8;hb=b19b4df8cca4856106ed6d19c9fec5d3e2fdcab3;hp=51130cb296213538f7418be4461244a84b3e826b;hpb=9ffe753899c3103deb271908e0be352e29aa770e;p=plcapi.git diff --git a/composer.json b/composer.json index 51130cb..62d1129 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,13 @@ "phpunit/phpunit": ">=4.0.0", "phpunit/phpunit-selenium": "*", "codeclimate/php-test-reporter": "dev-master", - "ext-curl": "*" + "ext-curl": "*", + "ext-mbstring": "*" }, "suggest": { "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", - "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available" + "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available", + "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8" }, "autoload": { "psr-4": {"PhpXmlRpc\\": "src/"}