fanwikis-Description2/extension.json
Sam Wilson 74dfa5fdd9 Add composer for CI, and fix CS errors
Also move class to its own namespace.

Bug: T183532
Change-Id: I5a89efd3f162d73e247543c86967562a949a3bf4
2017-12-22 08:01:33 +00:00

35 lines
979 B
JSON

{
"name": "Description2",
"version": "0.4.1",
"author": [
"[http://danf.ca/mw/ Daniel Friesen]"
],
"url": "https://www.mediawiki.org/wiki/Extension:Description2",
"descriptionmsg": "description2-desc",
"license-name": "GPL-2.0+",
"type": "other",
"config": {
"EnableMetaDescriptionFunctions": false
},
"ConfigRegistry": {
"Description2": "GlobalVarConfig::newInstance"
},
"AutoloadClasses": {
"MediaWiki\\Extension\\Description2\\Description2": "includes/Description2.php"
},
"ExtensionMessagesFiles": {
"Description2Magic": "Description2.i18n.magic.php"
},
"MessagesDirs": {
"Description2": [
"i18n"
]
},
"Hooks": {
"OutputPageParserOutput": "MediaWiki\\Extension\\Description2\\Description2::onOutputPageParserOutput",
"ParserAfterTidy": "MediaWiki\\Extension\\Description2\\Description2::onParserAfterTidy",
"ParserFirstCallInit": "MediaWiki\\Extension\\Description2\\Description2::onParserFirstCallInit"
},
"manifest_version": 1
}