From b43758e9e966a9abaf3ded09d918fe963a618f01 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 17 Mar 2024 09:31:05 +0100 Subject: [PATCH] Remove PHPUnit 7 and 8 PHPUnit 9 supports all the PHP versions that we need. Also update the PHPUnit config schema. --- composer.json | 2 +- phpunit.xml.dist | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b4b1bca744..b52f3ee57d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-ctype": "*" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^9.0", "ircmaxell/php-yacc": "^0.0.7" }, "extra": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5271264cbf..53bc091311 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -12,9 +12,9 @@ - - + + ./lib/PhpParser/ - - + +