-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathextension.json
34 lines (34 loc) · 963 Bytes
/
extension.json
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
{
"name": "Auth_phpBB",
"version": "4.3.0",
"author": [
"Nicholas Dunnaway",
"Steve Gilvarry",
"Jonathan W. Platt",
"C4K3",
"Joel Haasnoot",
"[https://kence.org Casey Peel]"
],
"url": "https://github.com/Digitalroot/MediaWiki_PHPBB_Auth",
"description": "Authenticate against a phpBB user database.",
"type": "validextensionclass",
"license-name": "GPL-2.0-or-later",
"requires": {
"MediaWiki": ">= 1.35.0",
"extensions": {
"PluggableAuth": ">= 6.1"
}
},
"AutoloadNamespaces": {
"MediaWiki\\Extension\\Auth_phpBB\\": "includes/"
},
"callback": "MediaWiki\\Extension\\Auth_phpBB\\Auth_phpBBHooks::onRegistration",
"attributes": {
"PluggableAuth": {
"Auth_phpBB": {
"class": "MediaWiki\\Extension\\Auth_phpBB\\Auth_phpBB"
}
}
},
"manifest_version": 2
}