From 57087ebf208f97c694bfdabdeac9d5c06419e035 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2020 13:20:54 +0100 Subject: update to 1.7.4 switch to phpunit7 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 871156d..6861a5c 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "ext-json": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "squizlabs/php_codesniffer": "1.*" + "phpunit/phpunit": "^7", + "squizlabs/php_codesniffer": "1.*", + "vimeo/psalm": "^3.8" } } -- cgit