From 3f48dcc9d981cff5e7fc4168951f4f82c8d9caa9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Aug 2020 10:10:06 +0200 Subject: update to 1.10.4 switch to phpunit9 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 040e717..10aae87 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^7.5" + "phpstan/phpstan": "^0.12.20", + "phpunit/phpunit": "^7.5 || ^9.1.5" }, "config": { "sort-packages": true -- cgit