-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.1 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
{
"name": "phpbb/userprofilerules",
"type": "phpbb-extension",
"description": "An extension that allows board admins to set signature and avatar rules to be shown in the UCP",
"homepage": "https://www.phpbb.com",
"version": "1.0.0-dev",
"keywords": ["phpbb", "extension", "auto", "groups"],
"license": "GPL-2.0",
"authors": [
{
"name": "Michael Cullum",
"homepage": "http://michaelcullum.com",
"email": "[email protected]",
"role": "Extensions Team Consultant/Website Team Lead"
},
{
"name": "Matt Friedman",
"homepage": "http://mattfriedman.me",
"role": "Extensions Development Team Lead"
},
{
"name": "phpBB Website Team",
"homepage": "http://phpbb.com",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "User Profile Rules",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
},
"version-check": {
"host": "version.phpbb.com",
"directory": "/phpbb-extensions",
"filename": "userprofilerules_versions.json"
}
}
}