From df5253c1caec39c7db89d6d02026cb9106ccf7f7 Mon Sep 17 00:00:00 2001 From: Bruno Moreira Date: Sun, 22 Feb 2026 10:23:51 -0700 Subject: [PATCH] fix: add PHPUnit 8.x to composer.json to restore PHP 7.2 test support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc6e74b285..81c3ea5065 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ }, "require-dev": { "mikey179/vfsstream": "1.6.*", - "phpunit/phpunit": "4.* || 5.* || 9.*" + "phpunit/phpunit": "4.* || 5.* || 8.* || 9.*" } }