From ef3889ee5186c0a56058108fcb240583a3f2cb4d Mon Sep 17 00:00:00 2001 From: Antonio Pauletich Date: Sun, 25 Oct 2020 16:45:56 +0100 Subject: [PATCH] Allow PHPUnit 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4957c30e..a24a3133 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "ext-xdebug": "*", "laminas/laminas-diactoros": "^2.2", "nyholm/psr7": "^1.2", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^8.5|^9.4", "symfony/browser-kit": "^4.4|^5.0", "symfony/phpunit-bridge": "^5.0" },