mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
build: Update MediaWiki requirement to 1.39.0
Change-Id: I19ed94ad89e16bc2424a369d3bfde4a78ae5b63d
This commit is contained in:
parent
1a99a74c16
commit
af1d9e8cb4
|
@ -15,16 +15,21 @@
|
|||
"license-name": "MIT",
|
||||
"type": "specialpage",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.37.0"
|
||||
"MediaWiki": ">= 1.39.0"
|
||||
},
|
||||
"APIMetaModules": {
|
||||
"notifications": {
|
||||
"class": "ApiEchoNotifications",
|
||||
"services": [ "MainConfig" ]
|
||||
"services": [
|
||||
"MainConfig"
|
||||
]
|
||||
},
|
||||
"unreadnotificationpages": {
|
||||
"class": "ApiEchoUnreadNotificationPages",
|
||||
"services": [ "PageStore", "TitleFactory" ]
|
||||
"services": [
|
||||
"PageStore",
|
||||
"TitleFactory"
|
||||
]
|
||||
}
|
||||
},
|
||||
"APIModules": {
|
||||
|
@ -517,7 +522,9 @@
|
|||
"HookHandlers": {
|
||||
"main": {
|
||||
"class": "MediaWiki\\Extension\\Notifications\\Hooks",
|
||||
"services": [ "MainConfig" ]
|
||||
"services": [
|
||||
"MainConfig"
|
||||
]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue