From ca178a57c9c2937f71ba4de309ff6ac4228493ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 21 Feb 2019 05:23:16 +0000 Subject: [PATCH] Update satooshi/php-coveralls requirement from ^1.0 to ^2.1 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[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f1cacea..9d265b5 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php": ">=5.4.0" }, "require-dev": { - "satooshi/php-coveralls": "^1.0", + "satooshi/php-coveralls": "^2.1", "phpspec/phpspec": "^2.0.0", "henrikbjorn/phpspec-code-coverage": "^2.1", "sllh/php-cs-fixer-styleci-bridge": "^2.1"