From 38c5c41a1e32e187be13aeae1dc1bcecbf93a3cf Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sat, 19 Aug 2023 13:31:03 +0800 Subject: [PATCH] build: Update MediaWiki requirement to 1.41 All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly. Change-Id: I15f88fd9e877f68680cb61d25bb50a4046aa8e46 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 8981dc7ad..b9952a63e 100644 --- a/extension.json +++ b/extension.json @@ -14,7 +14,7 @@ "license-name": "GPL-2.0-or-later", "type": "parserhook", "requires": { - "MediaWiki": ">= 1.40.0" + "MediaWiki": ">= 1.41" }, "AutoloadNamespaces": { "MediaWiki\\Extension\\Math\\": "src/"