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

Fix installation of the latest Symfony version on CI #130

Closed imjoehaines closed 2 years ago

imjoehaines commented 2 years ago

Goal

This fixes an issue where the lastversion tool could actually return an older version if that version was the most recently published. Updating to the latest version fixes this as it now looks at previous version numbers too

This was causing us to install symfony/config v4.4.30 when we should be installing v5.3.4, which created conflicting dependencies and caused Composer to fail

Note: CI is currently failing on PHP 8.1; this is an issue with bugsnag-php, not something we can fix in this repo