Remove PHPUnit 7 and 8

PHPUnit 9 supports all the PHP versions that we need. Also update
the PHPUnit config schema.
This commit is contained in:
Nikita Popov 2024-03-17 09:31:05 +01:00
parent 09691fc86e
commit b43758e9e9
2 changed files with 5 additions and 5 deletions

View File

@ -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": {

View File

@ -12,9 +12,9 @@
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">./lib/PhpParser/</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>