From 3df3e5ef27dd0170a30e935b92f6a8ec3c6d0676 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Thu, 23 Aug 2018 01:54:00 +0300 Subject: [PATCH] phpunit 6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b14ebe..1579358 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,6 @@ "ext-sockets": "*" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^6.0" } }