-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
41 lines (41 loc) · 969 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
{
"name": "tas2580/privacyprotection",
"type": "phpbb-extension",
"description": "",
"homepage": "https://tas2580.net/downloads/phpbb-privacyprotection/",
"version": "1.1.0-RC1",
"keywords": ["phpbb", "extension", "privacy"],
"license": "GPL-2.0",
"authors": [
{
"name": "tas2580",
"email": "[email protected]",
"homepage": "https://tas2580.net",
"role": "Developer"
},
{
"name": "The phpBB.de users",
"homepage": "https://www.phpbb.de/community/viewtopic.php?f=149&t=241354",
"role": "Bug fixes, testing, feature suggestions"
}
],
"require": {
"php": ">=5.4.7",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "Privacy protection",
"soft-require": {
"phpbb/phpbb": ">=3.2.2"
},
"version-check": {
"host": "raw.githubusercontent.com",
"directory": "/tas2580/privacyprotection/master",
"filename": "version-check.json",
"ssl": true
}
}
}