X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=composer.json;h=62d1129b32cf4022c04e5c8d640b0d78c84ecce8;hb=9337670bd021202018213a156c0083dd72902571;hp=306449081408d522384af62df5c9580386f30482;hpb=c79e320a2d513194a0e7b65d26407a45ae4cbdd3;p=plcapi.git diff --git a/composer.json b/composer.json index 3064490..62d1129 100644 --- a/composer.json +++ b/composer.json @@ -9,13 +9,18 @@ "ext-xml": "*" }, "require-dev": { - "phpunit/phpunit": ">=4.0.0" + "phpunit/phpunit": ">=4.0.0", + "phpunit/phpunit-selenium": "*", + "codeclimate/php-test-reporter": "dev-master", + "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/"} } -} \ No newline at end of file +}