From 3758003432df95d03bf19e802479c3473748a20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 22 Feb 2019 17:53:12 +0100 Subject: [PATCH] Updated the PHPUnit dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 33447ff..26afde1 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "consolidation/robo": "^1.4.5", "henrikbjorn/lurker": "^1.2.0", "phpstan/phpstan": "^0.11.2", - "phpunit/phpunit": "^7.5.5" + "phpunit/phpunit": "^8.0.4" }, "scripts": { "coverage": "robo coverage",