mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-24 06:54:08 +00:00
Switch to PSR-4 autoloader
Change-Id: I8faf03f477bd59ab893c045a416a772a2fadfd91
This commit is contained in:
parent
a813c36972
commit
80f92c289e
|
@ -9,7 +9,7 @@
|
|||
"license-name": "MIT",
|
||||
"type": "other",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.27.0",
|
||||
"MediaWiki": ">= 1.31.0",
|
||||
"extensions": {
|
||||
"Echo": "*"
|
||||
}
|
||||
|
@ -25,11 +25,8 @@
|
|||
"i18n"
|
||||
]
|
||||
},
|
||||
"AutoloadClasses": {
|
||||
"LoginNotify\\DeferredChecksJob": "includes/DeferredChecksJob.php",
|
||||
"LoginNotify\\Hooks": "includes/Hooks.php",
|
||||
"LoginNotify\\LoginNotify": "includes/LoginNotify.php",
|
||||
"LoginNotify\\PresentationModel": "includes/PresentationModel.php"
|
||||
"AutoloadNamespaces": {
|
||||
"LoginNotify\\": "includes/"
|
||||
},
|
||||
"Hooks": {
|
||||
"BeforeCreateEchoEvent": [
|
||||
|
|
Loading…
Reference in a new issue