-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
72 lines (72 loc) · 1.86 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "phpbb/autogroups",
"type": "phpbb-extension",
"description": "An extension that can automate the process of adding and removing users from groups upon reaching specified milestones related to their post count, age, membership, and warnings count.",
"homepage": "https://www.phpbb.com/customise/db/extension/auto_groups/",
"version": "2.0.6",
"keywords": ["phpbb", "extension", "auto", "groups"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Marc Alexander",
"email": "[email protected]",
"homepage": "https://www.m-a-styles.de",
"role": "Extensions Team Consultant"
},
{
"name": "Michael Cullum",
"email": "[email protected]",
"homepage": "https://michaelcullum.com",
"role": "Extensions Team Consultant"
},
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
},
{
"name": "Nathan Guse",
"email": "[email protected]",
"role": "Former Extensions Development Team Lead"
},
{
"name": "Clemens Husung",
"email": "[email protected]",
"role": "Extensions Development Team"
},
{
"name": "Lukasz Kaczynski",
"role": "Former Extensions Development Team Member"
},
{
"name": "John Peskens",
"email": "[email protected]",
"homepage": "https://forumhulp.com",
"role": "Former Extensions Development Team Member"
},
{
"name": "Ruslan Uzdenov",
"homepage": "https://www.phpbbguru.net",
"role": "Extensions Development Team"
}
],
"require": {
"php": ">=5.5",
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "2.4.*"
},
"extra": {
"display-name": "Auto Groups",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/auto_groups",
"filename": "version_check",
"ssl": true
}
}
}