JMSTranslationBundle icon indicating copy to clipboard operation
JMSTranslationBundle copied to clipboard

Support psr/log 3.0

Open thelem opened this issue 1 year ago • 3 comments

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

thelem avatar Oct 12 '24 16:10 thelem

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

goetas avatar Oct 12 '24 21:10 goetas

This was merged. The PR https://github.com/schmittjoh/JMSTranslationBundle/pull/594.

deguif avatar Feb 03 '25 11:02 deguif

This is officially released in https://github.com/schmittjoh/JMSTranslationBundle/releases/tag/2.6.0

deguif avatar Feb 09 '25 20:02 deguif