From a6747b14d981f7e0201ddc9a4ca12b43a2711a45 Mon Sep 17 00:00:00 2001 From: Ben Young Date: Sun, 9 Aug 2020 20:59:26 +0100 Subject: [PATCH] Support PHPUnit 9.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c82fbce..51431bd 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Assert exception was thrown without stopping a test", "type": "library", "require": { - "phpunit/phpunit": "^6.4|^7.0|^8.0" + "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0" }, "license": "MIT", "autoload": {