From 24ae8d2fa27299162acac7208df4419c918ff0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 15 Feb 2019 21:45:28 +0000 Subject: [PATCH] Update henrikbjorn/phpspec-code-coverage requirement from ^2.1 to ^3.0 Updates the requirements on [henrikbjorn/phpspec-code-coverage](https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension) to permit the latest version. - [Release notes](https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension/releases) - [Commits](https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension/compare/2.1.0...3.0.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..92fd9a1 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require-dev": { "satooshi/php-coveralls": "^1.0", "phpspec/phpspec": "^2.0.0", - "henrikbjorn/phpspec-code-coverage": "^2.1", + "henrikbjorn/phpspec-code-coverage": "^3.0", "sllh/php-cs-fixer-styleci-bridge": "^2.1" }, "config": {