From a524382b55e90f96ee6235959da89aa77e5a9004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Tue, 26 Mar 2019 17:59:48 +0100 Subject: [PATCH] Updated the dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1c3b914..712bf43 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,8 @@ "cedx/coveralls": "^10.0.0", "consolidation/robo": "^1.4.9", "henrikbjorn/lurker": "^1.2.0", - "phpstan/phpstan": "^0.11.4", - "phpunit/phpunit": "^8.0.5" + "phpstan/phpstan": "^0.11.5", + "phpunit/phpunit": "^8.0.6" }, "scripts": { "coverage": "robo coverage",