From 75a563a28ffc2599e59af5af23a1a60fa98c1f97 Mon Sep 17 00:00:00 2001 From: George Mponos Date: Wed, 21 Nov 2018 22:36:32 +0200 Subject: [PATCH] Update to phpunit 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d1f4dbc..a7b2aaf8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "psr/log": "^1.0.1" }, "require-dev": { - "phpunit/phpunit": "^6.5", + "phpunit/phpunit": "^7.3", "graylog2/gelf-php": "^1.4.2", "sentry/sentry": "^1.9", "ruflin/elastica": ">=0.90 <3.0",