From 77d949eb6ecd9739b4300a26c85022975f653760 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 4 Jan 2016 17:38:44 +0100 Subject: [PATCH] #3 Compatibility with PHPUnit 5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7200d5c..dedd68e 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ } }, "require": { - "php": ">=5.4.0", - "phpunit/phpunit-mock-objects": "~2.0" + "php": "~5.4|~7.0", + "phpunit/phpunit-mock-objects": "~2.0|~3.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.0|~5.0" } }