From 4fc92c3fe73975ae5f9a8abb2bd75262368ed4d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Oct 2020 08:33:45 +0100 Subject: update to 6.2.2 switch to phpunit9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 631c495..f1735c0 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require-dev": { "behat/behat": "^3.3", "symfony/filesystem": "^3.4 || ^4.0 || ^5.0", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.0 || ^9.0" }, "suggest": { -- cgit