diff --git a/composer.json b/composer.json index f9f96e4536..2ba24b828e 100644 --- a/composer.json +++ b/composer.json @@ -68,6 +68,6 @@ "test": "phpunit --colors=always --testsuite \"unit test\"", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "test-integration" : "phpunit --colors=always --testsuite \"integration test\"", - "upload-coverage": "coveralls -v" + "upload-coverage": "vendor/bin/php-coveralls -v" } }