From 5e79f1b0dda522efcd1a0cb379d6e7fb1f5cc557 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 5 Jan 2022 17:43:34 +0200 Subject: Fix broken tests in develop --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 483156678..f5b4e8db4 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,6 @@ }, "require-dev": { "mikey179/vfsstream": "1.6.*", - "phpunit/phpunit": "5.* || 9.*" + "phpunit/phpunit": "4.* || 5.* || 9.*" } } -- cgit v1.2.3-24-g4f1b