bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Set minimum stability to 'dev' when setting up test fixture #517

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

Composer refuses to install bugsnag-laravel from the path repository as the Laravel skeleton app's minimum stability was recently changed to 'stable'. Setting it to 'dev' instead fixes this and allows installation to continue

Testing

Failing test run (before this PR): https://github.com/bugsnag/bugsnag-laravel/actions/runs/3982247402/jobs/6826542863#step:6:304 Passing test run (after this PR): https://github.com/bugsnag/bugsnag-laravel/actions/runs/3985414951/jobs/6832765336