From 2c484f1b3ceceb1b75effbe36921040d2d744aa5 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 25 Sep 2018 10:35:09 +0200 Subject: [PATCH] Upgrade to the maintained version of the coveralls SDK --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e036fa6a5..86e04d70f 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "symfony/property-info": "~2.8|~3.0|~4.0", "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", "twig/twig": "~1.26|~2.0", - "satooshi/php-coveralls": "^1.0", + "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^4.8.36|^5.7|^6.4", "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0" },