Is it possible to use the newest version of PHPUnit (7.0.1) with Symfony 3.4? I receive the error
PHP Fatal error: Declaration of Symfony\Bridge\PhpUnit\CoverageListener::startTest(PHPUnit\Framework\Test $test) must be compatible with PHPUnit\Framework\TestListener::startTest(PHPUnit\Framework\Test $test): void in /var/www/vhosts/facto/vendor/symfony/phpunit-bridge/CoverageListener.php on line 30
My phpunit-bridge is not compatible with the newest version of PHPUnit.