From a040fd8153088d052d54d8dc7239aac64f1c8f03 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Mon, 31 Jul 2017 20:49:47 -0700 Subject: [PATCH] Fix phpunit version phpunit 6.X has different interface --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5fc014..caf894d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": ">=5.7" + "phpunit/phpunit": "~5.7" }, "autoload": { "psr-4": {