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",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.42.0"
"MediaWiki": ">= 1.43"
},
"MessagesDirs": {
"Cite": [
@ -333,35 +333,39 @@
"cite-tracking-category-cite-error",
"cite-tracking-category-ref-extends"
],
"ParsoidModules": [ {
"name": "Cite",
"domProcessors": [
"Cite\\Parsoid\\RefProcessor"
],
"tags": [
{
"name": "ref",
"handler": "Cite\\Parsoid\\Ref",
"options": {
"wt2html": {
"unpackOutput": false,
"embedsHTMLInAttributes": true
},
"outputHasCoreMwDomSpecMarkup": true
"ParsoidModules": [
{
"name": "Cite",
"domProcessors": [
"Cite\\Parsoid\\RefProcessor"
],
"tags": [
{
"name": "ref",
"handler": "Cite\\Parsoid\\Ref",
"options": {
"wt2html": {
"unpackOutput": false,
"embedsHTMLInAttributes": true
},
"outputHasCoreMwDomSpecMarkup": true
}
},
{
"name": "references",
"handler": "Cite\\Parsoid\\References",
"options": {
"wt2html": {
"embedsHTMLInAttributes": true
},
"html2wt": {
"format": "block"
},
"outputHasCoreMwDomSpecMarkup": true
}
}
},
{
"name": "references",
"handler": "Cite\\Parsoid\\References",
"options": {
"wt2html": {
"embedsHTMLInAttributes": true
},
"html2wt": { "format": "block" },
"outputHasCoreMwDomSpecMarkup": true
}
}
]
} ],
]
}
],
"manifest_version": 2
}