From 6f8954581b39aa08f3d6ca99f029923e2aead865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 1 Feb 2019 13:47:04 +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 1f5e894..d84fb35 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "consolidation/robo": "^1.4.3", "henrikbjorn/lurker": "^1.2.0", "phpstan/phpstan": "^0.11.1", - "phpunit/phpunit": "^7.5.2" + "phpunit/phpunit": "^7.5.3" }, "scripts": { "coverage": "robo coverage",