From a10968449494f4eef1963fc8abdf5c84db8b4082 Mon Sep 17 00:00:00 2001 From: Gabi Udrescu Date: Mon, 1 Feb 2016 14:26:34 +0200 Subject: [PATCH] allow code coverage for phpspec usage on php5.5.9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 84e0d6c..e511b40 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,9 @@ }, "require" : { - "php": "^5.6|^7.0", + "php": "^5.6|^7.0|^5.5", "phpspec/phpspec": "^2.0", - "phpunit/php-code-coverage": "^3" + "phpunit/php-code-coverage": "^3|2.2.4" }, "suggest": {