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

Support psr/log 3.0 #592

Open
thelem opened this issue Oct 12, 2024 · 1 comment
Open

Support psr/log 3.0 #592

thelem opened this issue Oct 12, 2024 · 1 comment

Comments

@thelem
Copy link

thelem commented Oct 12, 2024

Q A
Bundle version 2.4.0
Symfony version 6.4
PHP version 8.1

Composer.json restricts psr/log to (^1.0 || ^2.0).

3.0 added return types, so I imagine this can safely be added as an option, and therefore avoid incompatibility with any modules that require psr/log 3

https://github.com/php-fig/log/releases

@goetas
Copy link
Collaborator

goetas commented Oct 12, 2024

Probably it can be done, do you want to provide a pull request?

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

No branches or pull requests

2 participants