From 0450a096ac469df577d8085e56ec1cacc43dad1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 18 Jan 2019 15:18:27 +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 122a719..f1af1da 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,8 @@ "cedx/coveralls": "^9.1.2", "consolidation/robo": "^1.4.3", "henrikbjorn/lurker": "^1.2.0", - "phpstan/phpstan": "^0.10.8", - "phpunit/phpunit": "^7.5.1" + "phpstan/phpstan": "^0.11.0", + "phpunit/phpunit": "^7.5.2" }, "scripts": { "coverage": "robo coverage",