Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow installing Bugsnag PSR Logger v2 #471

Merged
merged 2 commits into from
Jan 26, 2022
Merged

Conversation

imjoehaines
Copy link
Contributor

Goal

This PR allows installing Bugsnag PSR Logger v2, which adds support for PSR Log v3

This is important for Laravel v9 support, as it will be the first version of Laravel to allow PSR Log v3

Testing

To improve the test coverage of this, I've moved our Laravel & Lumen v8 Maze Runner tests to run on PHP 8.0. This allows them to use Bugsnag PSR Logger v2 as it requires PHP 8.0+

This can be seen in the unit tests — on PHP 7.4 Bugsnag PSR Logger v1 is used, but on PHP 8.0 Bugsnag PSR Logger v2 is used

@imjoehaines imjoehaines merged commit 7d99ca2 into next Jan 26, 2022
@imjoehaines imjoehaines deleted the allow-bugsnag-psr-logger-v2 branch January 26, 2022 14:08
@imjoehaines imjoehaines mentioned this pull request Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants