From cc0f55de3668a02865014ac652c83cdfc02c8722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 03:04:42 +0000 Subject: [PATCH 1/2] Update php-coveralls/php-coveralls requirement || 2.4.* Updates the requirements on [php-coveralls/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/master/CHANGELOG.md) - [Commits](https://github.com/php-coveralls/php-coveralls/compare/v2.2.0...v2.4.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a96b16..7fd2e70 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "infection/infection": "^0.16.0", "phpunit/phpunit": "^9.0.0", - "php-coveralls/php-coveralls": "2.2.*", + "php-coveralls/php-coveralls": "2.2.* || 2.4.*", "phpstan/phpstan": "0.12.*", "phpstan/phpstan-strict-rules": "^0.12.1", "phpstan/phpstan-phpunit": "^0.12.6", From 3c2f995322b5f112155b8de072904961bd97e706 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Nov 2020 14:09:10 +0200 Subject: [PATCH 2/2] bumped dep --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7fd2e70..58866d0 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "infection/infection": "^0.16.0", "phpunit/phpunit": "^9.0.0", - "php-coveralls/php-coveralls": "2.2.* || 2.4.*", + "php-coveralls/php-coveralls": "2.4.*", "phpstan/phpstan": "0.12.*", "phpstan/phpstan-strict-rules": "^0.12.1", "phpstan/phpstan-phpunit": "^0.12.6",