From 2a970e0a2b7af901a1e8e1c8b0cb312371714327 Mon Sep 17 00:00:00 2001 From: Daniel Hunsaker Date: Wed, 17 Feb 2016 12:45:09 -0700 Subject: [PATCH] PHPSpec Code Coverage version fix for PHP5.4 So Travis can install and run tests successfully. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8231e66..7ab2de0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require-dev": { "behat/behat": "^3.0", - "henrikbjorn/phpspec-code-coverage": "^2.0", + "henrikbjorn/phpspec-code-coverage": "^2.0|^1.0", "phpspec/phpspec": "^2.4", "phpunit/phpunit": "^4.0|^5.0", "rmiller/behat-spec": "^0.3"