schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Support psr/log 3.0 #592

Open thelem opened 5 days ago

thelem commented 5 days ago
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 commented 5 days ago

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