From 70ddf7432c6a6e65b9a0e2d80057596730b918d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Mar 2020 15:56:52 +0100 Subject: update to 2.0.0 switch to phpunit7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 305b2d5..b6d2777 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-reflection": "*" }, "require-dev": { - "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4", - "squizlabs/php_codesniffer": "~1.5" + "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0", + "squizlabs/php_codesniffer": "~3.5" } } -- cgit