Open thelem opened 1 month ago
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
Probably it can be done, do you want to provide a pull request?
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