From 0250d43081bef945398e1e1b652458826624f86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sun, 17 Feb 2019 00:58:45 +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 5b32c16..33447ff 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ }, "require-dev": { "cedx/coveralls": "^9.1.2", - "consolidation/robo": "^1.4.4", + "consolidation/robo": "^1.4.5", "henrikbjorn/lurker": "^1.2.0", "phpstan/phpstan": "^0.11.2", - "phpunit/phpunit": "^7.5.4" + "phpunit/phpunit": "^7.5.5" }, "scripts": { "coverage": "robo coverage",