Skip to content

Commit 8d8b7f4

Browse files
Declare compatibility with Monolog v2
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.
1 parent c5876ad commit 8d8b7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.5.0",
1616
"benestar/asparagus": "~0.4",
17-
"monolog/monolog": "~1.18",
17+
"monolog/monolog": "~1.18||^2.0.0",
1818
"wikibase/data-model": "~6.0|~7.0|~8.0|~9.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)