mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 07:08:14 +01:00
Drop PHPUnit 6
As we no longer support PHP 7.0, we don't need PHPUnit 6 anymore.
This commit is contained in:
parent
0ed4c8949a
commit
0f585f0e95
@ -17,7 +17,7 @@
|
||||
"ext-tokenizer": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
|
||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||
"ircmaxell/php-yacc": "^0.0.7"
|
||||
},
|
||||
"extra": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user