Skip to content

Conversation

@kylekatarnls
Copy link
Contributor

@kylekatarnls kylekatarnls commented Sep 18, 2021

monolog/monolog 2.3.4 now supports psr/log 3.0.0 which has log(...): void; while previous versions used: log(...); making Illuminate\Log\LogManager no longer compatible.

I think we should restrict this on Laravel < 9, then maybe enforce psr/log ^3 for Laravel >= 9 then add the : void return type also in Illuminate\Log\LogManager.

See #38852 for 9.x

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.

2 participants