build: Update MediaWiki requirement to 1.41

All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly.

Change-Id: I5863af5d7c298ffe7fec38934307465947452958
This commit is contained in:
James D. Forrester 2023-08-19 14:22:39 +08:00
parent 82499b1246
commit 05e230fee4

View file

@ -13,7 +13,7 @@
"license-name": "GPL-2.0-or-later",
"type": "editor",
"requires": {
"MediaWiki": ">= 1.41.0"
"MediaWiki": ">= 1.41"
},
"MessagesDirs": {
"WikiEditor": [
@ -43,7 +43,10 @@
},
"ResourceModules": {
"ext.wikiEditor": {
"targets": [ "desktop", "mobile" ],
"targets": [
"desktop",
"mobile"
],
"group": "ext.wikiEditor",
"packageFiles": [
"ext.wikiEditor.js",
@ -272,7 +275,10 @@
]
},
"ext.wikiEditor.styles": {
"targets": [ "desktop", "mobile" ],
"targets": [
"desktop",
"mobile"
],
"group": "ext.wikiEditor",
"styles": "ext.wikiEditor.toolbar.styles.less"
},