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 symfony40 example's `bugsnag/bugsnag-symfony` version #165

Closed mclack closed 1 year ago

mclack commented 1 year ago

Goal

Running composer install in the symfony40 example returns the following error:

Root composer.json requires bugsnag/bugsnag-symfony dev-symfony-4-fixes, found bugsnag/bugsnag-symfony[dev-fix-lastversion-version, dev-next, dev-master, v1.0.0, ..., v1.13.0] but it does not match the constraint.

The composer.json requires "bugsnag/bugsnag-symfony": "dev-symfony-4-fixes" but this version doesn’t seem to exist, so BugSnag can’t be installed.

Changeset

composer.json:

"bugsnag/bugsnag-symfony": "dev-symfony-4-fixes" Is now "bugsnag/bugsnag-symfony": "^1.5.0"

This matches the symfony50 example.

Testing

Was finally able to run composer install. All test events were successfully reported to the BugSnag dashboard.

Jira

https://smartbear.atlassian.net/browse/SUP-3061

mclack commented 1 year ago

symfony 4.0 past end of life - closing PR as support is not required.