|
"phpunit/phpunit": "^4 || ^5 || ^6 || ^7" |
We've had a customer report an issue with the PHPUnit version requirements in composer. Where up to version ^7 is required PHP 7 is required.
They are trying to update to PHP8 which then fails the dependency as PHPUnit ^7 depends on PHP 7
Can we please add ^8
Thanks