-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
44 lines (44 loc) · 996 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
{
"name" : "phpbbde/tou",
"type" : "phpbb-extension",
"description" : "Forces the user to confirm the terms of use.",
"homepage" : "https://github.com/phpbb-de/phpbb-ext-tou",
"version" : "1.1.6",
"time" : "2024-06-23",
"license" : "GPL-2.0-only",
"authors" : [
{
"name" : "Martin Beckmann",
"email" : "gn#[email protected]",
"homepage" : "https://www.phpbb.de",
"role" : "Developer"
},
{
"name": "Christian Schnegelberger",
"email": "[email protected]",
"homepage": "https://www.phpbb.de/",
"role": "Developer"
}
],
"require" : {
"php" : ">=7.2.0"
},
"require-dev" : {
"phing/phing": "2.4.*"
},
"extra" : {
"display-name" : "Terms of use",
"soft-require" : {
"phpbb/phpbb": ">=3.3.0,<4.0.0@dev"
}
},
"support" : {
"forum" : "https://www.phpbb.de/community/",
"source" : "https://github.com/phpbb-de/phpbb-ext-tou",
"issues" : "https://github.com/phpbb-de/phpbb-ext-tou/issues"
},
"keywords" : [
"phpbb",
"terms of use"
]
}