From 7df671f5d327c2c9a566559d9d970458732e31ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 14 Dec 2018 21:01:55 +0100 Subject: [PATCH] Updated the dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5890764..04f55dd 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ }, "require-dev": { "cedx/coveralls": "^9.1.2", - "consolidation/robo": "^1.3.2", + "consolidation/robo": "^1.3.3", "henrikbjorn/lurker": "^1.2.0", - "phpstan/phpstan": "^0.10.5", - "phpunit/phpunit": "^7.4.4" + "phpstan/phpstan": "^0.10.6", + "phpunit/phpunit": "^7.5.1" }, "scripts": { "coverage": "robo coverage",