From 6abb551b4bdcf14fc38da4e2b0c805c61c140f16 Mon Sep 17 00:00:00 2001 From: Vasily Belosludcev Date: Thu, 22 Nov 2018 00:50:35 +0500 Subject: [PATCH] fixed dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 04de115..9297418 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-libxml": "*" }, "require-dev": { - "phpunit/phpunit": "^5.7.27", + "phpunit/phpunit": ">=5.7.27", "satooshi/php-coveralls": "^1.0.1 || ^2.0" }, "autoload": {