From 298b06e5d823370a49dd49661cc8cc08f9a51ead Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 17 Nov 2021 17:33:37 +0000 Subject: chore: update to phpunit 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a20d0f336..722c9b7d9 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ }, "require-dev": { "mikey179/vfsstream": "1.6.*", - "phpunit/phpunit": "4.* || 5.* || 8.*" + "phpunit/phpunit": "4.* || 5.* || 9.*" } } -- cgit v1.2.3-24-g4f1b