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

[9.x] Update psr/log version #38852

Merged
merged 3 commits into from
Sep 18, 2021
Merged

Conversation

kylekatarnls
Copy link
Contributor

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 #38851 for 8.x

@taylorotwell taylorotwell merged commit 2b2420b into laravel:master Sep 18, 2021
GrahamCampbell added a commit that referenced this pull request Sep 25, 2021
taylorotwell pushed a commit that referenced this pull request Sep 26, 2021
* Revert "[9.x] Update psr/log version (#38852)"

This reverts commit 2b2420b.

* Jam return types on the log methods

* And again
@driesvints
Copy link
Member

@kylekatarnls this was reverted: #38952

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.

None yet

3 participants