From d4587dbeecd48e631269c4a658ea45195bec8461 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sat, 29 Feb 2020 19:29:29 +0000 Subject: [PATCH] Allow PHPUnit 9 on 1.4 branch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56a7e4a..24baaeb 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "php": "^7.2,<8.0", - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^8.0 || ^9.0", "psr/container": "^1.0", "zalas/injector": "^1.3" },