From 9c69045c39add26e95b5359548ff4e8b4b13a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Tue, 9 Apr 2019 19:39:36 +0200 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 2005861..d4e76d5 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "consolidation/robo": "^1.4.9", "henrikbjorn/lurker": "^1.2.0", "phpstan/phpstan": "^0.11.5", - "phpunit/phpunit": "^8.0.6" + "phpunit/phpunit": "^8.1.2" }, "scripts": { "coverage": "robo coverage",