forked from kasimi/mChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1015 Bytes
/
composer.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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "dmzx/mchat",
"type": "phpbb-extension",
"description": "mChat",
"homepage": "https://www.phpbb.com/customise/db/extension/mchat_extension/",
"version": "2.1.4",
"time": "2020-08-08",
"keywords": ["phpbb", "extension", "mchat"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "kasimi",
"homepage": "https://kasimi.net",
"email": "[email protected]",
"role": "Lead Developer"
},
{
"name": "dmzx",
"homepage": "http://www.dmzx-web.net",
"email": "[email protected]",
"role": "Former Developer"
},
{
"name": "RMcGirr83",
"homepage": "http://rmcgirr83.org",
"role": "Original MOD author"
}
],
"require": {
"php": ">=5.4.7",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "mChat",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/mchat_extension",
"filename": "version_check"
}
}
}