1st attempt at having code-coverage info for tests uploaded to online QA services
[plcapi.git] / composer.json
index 7e1a9af..bae04ba 100644 (file)
@@ -9,7 +9,9 @@
         "ext-xml": "*"
     },
     "require-dev": {
-        "phpunit/phpunit": ">=4.0.0"
+        "phpunit/phpunit": ">=4.0.0",
+        "phpunit/phpunit-selenium": "*",
+        "codeclimate/php-test-reporter": "dev-master"
     },
     "suggest": {
         "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...",