From 0f2cbfc513ec4808e73acab62ae1eaac2b0ab535 Mon Sep 17 00:00:00 2001 From: Emanuele Minotto Date: Tue, 29 Mar 2016 12:13:54 +0200 Subject: [PATCH] Allow PHPUnit v5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 072574c..c46e83d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php" : "~5.5|~7.0" }, "require-dev": { - "phpunit/phpunit" : "4.*", + "phpunit/phpunit" : "~4.0||~5.0", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3" },