From 86f03cb529a6ee38feb261efac9abc0d4c1180ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Aug 2021 09:44:49 +0200 Subject: update to 1.1.3 switch to phpunit8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 685edce..61169a4 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,6 @@ "name": "zetacomponents/unit-test", "type": "library", "require": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.0" } } -- cgit