From 6d73ccc5891cc7169125fc7d453da49b4ac9553c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2019 17:51:10 +0000 Subject: [PATCH 1/2] Update satooshi/php-coveralls requirement from ^1.0 to ^1.0 || ^2.0 Updates the requirements on [satooshi/php-coveralls](https://github.com/php-coveralls/php-coveralls) to permit the latest version. - [Release notes](https://github.com/php-coveralls/php-coveralls/releases) - [Changelog](https://github.com/php-coveralls/php-coveralls/blob/2.1/CHANGELOG.md) - [Commits](https://github.com/php-coveralls/php-coveralls/compare/v1.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de058c9f0a..821408ca24 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.5.9", - "satooshi/php-coveralls": "^1.0", + "satooshi/php-coveralls": "^1.0 || ^2.0", "mouf/picotainer": "^1.1", "phpstan/phpstan": "^0.11", "beberlei/porpaginas": "^1.2", From 9c207aa5c13643a644c3c151b625752428f49810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 9 Jul 2019 20:44:40 +0200 Subject: [PATCH 2/2] Update to php-coveralls. --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8604f79f1a..4d9a7f0741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ jobs: - composer phpstan - composer cs-check after_script: - - ./vendor/bin/coveralls -v + - travis_retry php vendor/bin/php-coveralls -v - stage: test php: 7.2 env: PREFER_LOWEST="" diff --git a/composer.json b/composer.json index 821408ca24..890a7a581b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.5.9", - "satooshi/php-coveralls": "^1.0 || ^2.0", + "php-coveralls/php-coveralls": "^2.1", "mouf/picotainer": "^1.1", "phpstan/phpstan": "^0.11", "beberlei/porpaginas": "^1.2",