-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 964 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
{
"name" : "phpbbde/denyreply",
"type" : "phpbb-extension",
"description" : "Forces a user to edit his last post within the first hour after posting instead of allowing another reply.",
"homepage" : "https://www.phpbb.de/community/",
"version" : "1.0.0-dev",
"time" : "2015-01-03",
"license" : "GPL-2.0",
"authors" : [{
"name" : "Martin Beckmann",
"email" : "gn#36@phpbb.de",
"homepage" : "https://www.phpbb.de/",
"role" : "Lead Developer"
}
],
"require" : {
"php" : ">=5.3.3"
},
"require-dev" : {
"phpbb/epv" : "dev-master"
},
"extra" : {
"display-name" : "phpBB.de - Deny double posts",
"soft-require" : {
"phpbb/phpbb" : ">=3.1.2,<3.2.*@dev"
}
},
"support" : {
"forum" : "https://www.phpbb.de/community/",
"issues" : "https://github.com/phpbb-de/phpbb-ext-deny-double-post/issues",
"source" : "https://github.com/phpbb-de/phpbb-ext-deny-double-post"
},
"keywords" : [
"phpbb",
"permissions",
"reply"
]
}