mediawiki/composer.local.json
paul 011ccb6a0c Update semantic-mediawiki
semantic-mediawiki is compatible with mediawiki 1.36, but outputs a lot of deprecation
warnings. This was fixed in
https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/4195
but no relase has been made as of now. This change will be in release
3.2.4 or 4.0.0, at which point this line can be removed.
2021-09-25 03:24:51 +02:00

9 lines
214 B
JSON

{
"require": {
"mediawiki/semantic-bundle": "~5.0",
"mediawiki/semantic-mediawiki": "3.x-dev",
"mediawiki/semantic-scribunto": "~2.1",
"wikimedia/css-sanitizer": "3.0.2"
}
}