mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-16 14:48:32 +01:00
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:
parent
09691fc86e
commit
b43758e9e9
@ -19,7 +19,7 @@
|
|||||||
"ext-ctype": "*"
|
"ext-ctype": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
"ircmaxell/php-yacc": "^0.0.7"
|
"ircmaxell/php-yacc": "^0.0.7"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<filter>
|
<coverage>
|
||||||
<whitelist>
|
<include>
|
||||||
<directory suffix=".php">./lib/PhpParser/</directory>
|
<directory suffix=".php">./lib/PhpParser/</directory>
|
||||||
</whitelist>
|
</include>
|
||||||
</filter>
|
</coverage>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user