From a3388569cdabc527e6e8eea0f6286c5918e10c31 Mon Sep 17 00:00:00 2001 From: DQNEO Date: Mon, 2 Apr 2018 00:16:28 +0900 Subject: [PATCH] upgrade phpunit to 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc87c44c..380c05d8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "psr/log": "^1.0.1" }, "require-dev": { - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^6.5", "graylog2/gelf-php": "^1.4.2", "sentry/sentry": "^0.13", "ruflin/elastica": ">=0.90 <3.0",