build: Update MediaWiki requirement to 1.43

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

Change-Id: Ibc1f2c62054f76423778af600cf7b563c8a10f1b
This commit is contained in:
James D. Forrester 2024-08-22 16:43:49 -04:00
parent 438eed5c54
commit a8985ad1e1

View file

@ -15,7 +15,7 @@
"license-name": "GPL-2.0-or-later", "license-name": "GPL-2.0-or-later",
"type": "parserhook", "type": "parserhook",
"requires": { "requires": {
"MediaWiki": ">= 1.42.0" "MediaWiki": ">= 1.43"
}, },
"MessagesDirs": { "MessagesDirs": {
"Cite": [ "Cite": [
@ -333,7 +333,8 @@
"cite-tracking-category-cite-error", "cite-tracking-category-cite-error",
"cite-tracking-category-ref-extends" "cite-tracking-category-ref-extends"
], ],
"ParsoidModules": [ { "ParsoidModules": [
{
"name": "Cite", "name": "Cite",
"domProcessors": [ "domProcessors": [
"Cite\\Parsoid\\RefProcessor" "Cite\\Parsoid\\RefProcessor"
@ -357,11 +358,14 @@
"wt2html": { "wt2html": {
"embedsHTMLInAttributes": true "embedsHTMLInAttributes": true
}, },
"html2wt": { "format": "block" }, "html2wt": {
"format": "block"
},
"outputHasCoreMwDomSpecMarkup": true "outputHasCoreMwDomSpecMarkup": true
} }
} }
] ]
} ], }
],
"manifest_version": 2 "manifest_version": 2
} }