From 3f3819a6371f742037211038dc124371b7fd534e Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 1 Jun 2017 14:41:35 +0200 Subject: [PATCH] Allow also PHPUnit ^5.4.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c67d35c3..9b63e789 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", - "phpunit/phpunit": "^4.8.35 || ^6.0" + "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" }, "autoload": { "psr-4": {