From 1f02c86f3c95b5b26cd1dd64b22f9aa19fcdef84 Mon Sep 17 00:00:00 2001 From: Jack Sleight Date: Sun, 16 Feb 2014 18:25:57 +0000 Subject: [PATCH] Fix coveralls PHP config. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0273119..28a7a26 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ }, "require-dev": { "apigen/apigen": "2.8.*", - "phpunit/phpunit": "3.7.*" + "phpunit/phpunit": "3.7.*", + "satooshi/php-coveralls": "0.6.*" }, "autoload": { "psr-0": {"Coast": "lib"},