From 011ccb6a0cd3fc2088f76278388ec94d03416066 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 25 Sep 2021 03:24:51 +0200 Subject: [PATCH] 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. --- composer.local.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.local.json b/composer.local.json index 1cf7f3f..a535932 100644 --- a/composer.local.json +++ b/composer.local.json @@ -1,6 +1,7 @@ { "require": { "mediawiki/semantic-bundle": "~5.0", + "mediawiki/semantic-mediawiki": "3.x-dev", "mediawiki/semantic-scribunto": "~2.1", "wikimedia/css-sanitizer": "3.0.2"