Convert to manifest_version 2

Bug: T252470
Change-Id: Ib2ac6c621a236974d98bff80436d4bfd4aea95d1
This commit is contained in:
Reedy 2020-05-12 01:20:39 +01:00
parent fb1123196d
commit 69290479e0
1 changed files with 20 additions and 15 deletions

View File

@ -19,6 +19,7 @@
},
"config": {
"ContactConfig": {
"value": {
"default": {
"RecipientUser": null,
"SenderEmail": null,
@ -37,6 +38,7 @@
}
}
}
}
},
"callback": "SpecialContact::onRegistration",
"SpecialPages": {
@ -45,5 +47,8 @@
"AutoloadClasses": {
"SpecialContact": "includes/SpecialContact.php"
},
"manifest_version": 1
"manifest_version": 2,
"requires": {
"MediaWiki": ">= 1.29.0"
}
}