Add generation of docs to pakefile
[plcapi.git] / composer.json
index bae04ba..8a6f29f 100644 (file)
     "require-dev": {
         "phpunit/phpunit": ">=4.0.0",
         "phpunit/phpunit-selenium": "*",
-        "codeclimate/php-test-reporter": "dev-master"
+        "codeclimate/php-test-reporter": "dev-master",
+        "ext-curl": "*",
+        "ext-mbstring": "*",
+        "indeyets/pake": "~1.99",
+        "phpdocumentor/phpdocumentor": "2.*"
     },
     "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/"}