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

PHP 7.4 support and more rigorous testing #104

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago

This PR provides travis changes needed in order to enable https://github.com/bugsnag/bugsnag-symfony/pull/89. We're gonna need to conditionally require the messages component, to test newer symfony versions. This PR also drops HHVM in line with the main PHP notifier dropping it.