Be compatible with MW < 1.25
[T119942Repr.git] / extension.json
blobda351536b2c3a9c95a35f184e877a737a8acefda
2         "name": "T119942Repr",
3         "version": "0.0.1",
4         "author": [
5                 "Marcin Cieślak"
6         ],
7         "url": "https://repo.or.cz/T119942Repr",
8         "descriptionmsg": "t119942repr-desc",
9         "license-name": "MIT",
10         "type": "other",
11         "AutoloadClasses": {
12                 "T119942ReprHooks": "T119942Repr.hooks.php"
13         },
14         "Hooks": {
15                 "SkinAfterContent": [
16                         "T119942ReprHooks::onSkinAfterContent"
17                 ]
18         },
19         "MessagesDirs": {
20                 "T119942Repr": [
21                         "i18n"
22                 ]
23         },
24         "manifest_version": 1