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

Symfony dependencies in composer.json updated to 5.4 #167

Open mclack opened 1 year ago

mclack commented 1 year ago

Goal

Symfony 5.0 is past end of life. The latest maintained 5.x version is 5.4, so this example app should be upgraded to that version.

Changeset

Testing

composer update successfully pulled in dependencies. All routes tested and exceptions successfully reported to BugSnag dashboard.