Switch to PSR-4 autoloader

Change-Id: I8faf03f477bd59ab893c045a416a772a2fadfd91
This commit is contained in:
Max Semenik 2017-12-14 23:06:39 +03:00
parent a813c36972
commit 80f92c289e

View file

@ -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": [