bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Allow PHPUnit 7 & 9 to be installed #114

Closed imjoehaines closed 4 years ago

imjoehaines commented 4 years ago

Goal

This PR allows PHPUnit 7 & 9 to be installed where possible (gated by the PHP version). This allows us to start testing with PHP 8, as only PHPUnit 9 has compatibility

The actual changes are pretty minor: