-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathextension.json
More file actions
36 lines (36 loc) · 823 Bytes
/
extension.json
File metadata and controls
36 lines (36 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "SemanticInterlanguageLinks",
"version": "2.2.0-alpha",
"author": [
"James Hong Kong",
"..."
],
"url": "https://github.com/SemanticMediaWiki/SemanticInterlanguageLinks/",
"descriptionmsg": "sil-desc",
"namemsg": "sil-name",
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.43"
},
"MessagesDirs": {
"SemanticInterlanguageLinks": [
"i18n"
]
},
"callback": "SemanticInterlanguageLinks::initExtension",
"AutoloadClasses": {
"SemanticInterlanguageLinks": "SemanticInterlanguageLinks.php"
},
"AutoloadNamespaces": {
"SIL\\": "src/"
},
"TestAutoloadNamespaces": {
"SIL\\Tests\\": "tests/phpunit/"
},
"ExtensionFunctions": [
"SemanticInterlanguageLinks::onExtensionFunction"
],
"load_composer_autoloader": true,
"manifest_version": 2
}