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

Declare compatibility with Monolog v2 #9

Merged
merged 1 commit into from
Mar 17, 2021
Merged

Declare compatibility with Monolog v2 #9

merged 1 commit into from
Mar 17, 2021

Conversation

lucaswerkmeister
Copy link
Member

This is required when using this extension with MediaWiki 1.36. None of the breaking changes in Monolog 2.0.0 should affect this extension, as far as I can tell.


I’ve had this locally for a while, figured I’d upload it.

This is required when using this extension with MediaWiki 1.36. None of
the breaking changes in Monolog 2.0.0 should affect this extension, as
far as I can tell.
@@ -14,7 +14,7 @@
"require": {
"php": ">=5.5.0",
"benestar/asparagus": "~0.4",
"monolog/monolog": "~1.18",
"monolog/monolog": "~1.18||^2.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a double pipe? ||?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, yes the docs seem to suggest the right way is with a double pipe, despite the line below this using single pipes!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, I had not looked at the line below :D

@addshore addshore merged commit c1233da into master Mar 17, 2021
@addshore addshore deleted the monolog branch March 17, 2021 11:46
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