More CamelCase
[plcapi.git] / composer.json
index 3064490..51130cb 100644 (file)
@@ -9,7 +9,10 @@
         "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": "*"
     },
     "suggest": {
         "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...",
@@ -18,4 +21,4 @@
     "autoload": {
         "psr-4": {"PhpXmlRpc\\": "src/"}
     }
-}
\ No newline at end of file
+}