X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=composer.json;h=788aa9930ca3087b1a3fea8836c39acb8cd3a7e2;hb=0edbdbaa43d40da250ab8b9b548ce764a7ae884e;hp=7e1a9af23fcc492e813d7f427e100e38c5db611e;hpb=d5fba766c7c3b7ef3e615d7cb0bbc3042855718f;p=plcapi.git diff --git a/composer.json b/composer.json index 7e1a9af..788aa99 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,17 @@ "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": "*", + "indeyets/pake": "~1.99" }, "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/"}