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

Update compatibility for Symfony 7 #169

Closed jdecool closed 7 months ago

jdecool commented 7 months ago

Goal

Make the package compatible with Symfony 7.

Design

Because Symfony 7 compatibility requires return type-hinting because the framework types everything, we need to drop support for PHP < 7.0.

Changeset

Allowed versions 7 of symfony packages called in composer.json and update CI configuration.

Testing

Ran phpunit bin and checked if tests failed or not, they didn't.

clr182 commented 7 months ago

Hi :wave:

Thank you for submitting this pull request to enable Symfony 7 support. We acknowledge the importance of Symfony 7 compatibility for BugSnag and have it on our backlog for future support. However, we currently don't have a definite timeline for the release of this feature. To stay informed about upcoming releases, we recommend watching this repository for updates and new releases.

While we appreciate your efforts in creating this pull request, we have decided to decline it at this time. We believe it's preferable for our engineering team to handle this update to ensure thorough consideration of the intricacies involved.