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

Add support for PSR Log v2 #46

Merged
merged 5 commits into from
Nov 18, 2021
Merged

Add support for PSR Log v2 #46

merged 5 commits into from
Nov 18, 2021

Conversation

imjoehaines
Copy link
Member

Goal

PSR Log v2 adds a string|\Stringable type to the $message parameter

Due to PHP's support for contravariant parameters (added in PHP 7.4 vis this RFC) and PSR Log's requirement for PHP 8.0, we are actually already compatible with this change

This PR adds PSR Log v2 to CI and as an allowed version in our composer.json

PSR Log v3 requires additional changes, so will be handled separately

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.

None yet

2 participants