mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-23 15:56:59 +00:00
build: Update MediaWiki requirement to 1.42
All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly. Change-Id: Ia9dece4a8a203c2f5fc43b9f1c9af67268c0a08d
This commit is contained in:
parent
fb97e8eb65
commit
de73bf5674
|
@ -11,7 +11,7 @@
|
|||
"descriptionmsg": "oathauth-desc",
|
||||
"type": "other",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.41"
|
||||
"MediaWiki": ">= 1.42"
|
||||
},
|
||||
"license-name": "GPL-2.0-or-later AND GPL-3.0-or-later",
|
||||
"attributes": {
|
||||
|
@ -216,6 +216,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"DatabaseVirtualDomains": [ "virtual-oathauth" ],
|
||||
"DatabaseVirtualDomains": [
|
||||
"virtual-oathauth"
|
||||
],
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue