From 3f9436ea3945610ef1f6aea0c7a62358140f25d7 Mon Sep 17 00:00:00 2001 From: jpg Date: Sun, 10 Jan 2021 02:11:09 +0100 Subject: [PATCH] phpunit 9 is unsupported --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ccccd0..a654f1d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "lib-libxml": "*" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0", "codeclimate/php-test-reporter": "^0" }, "autoload": {