From 03e1f7e71c1a7257f462b253d5eb4dbf2c2403d2 Mon Sep 17 00:00:00 2001 From: Victor Hugo Avelar Date: Mon, 3 Apr 2017 18:50:45 -0500 Subject: [PATCH] Update composer.json Just to accept the latest PHPUnit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34a9c47..2bc64c1 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php" : "~5.6|~7.0" }, "require-dev": { - "phpunit/phpunit" : "~4.0||~5.0", + "phpunit/phpunit" : "~4.0||~5.0||~6.0", "squizlabs/php_codesniffer": "^2.3" }, "autoload": {