-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 1.01 KB
/
composer.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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
{
"name" : "gn36/firstpostedit",
"type" : "phpbb-extension",
"description" : "Allows differenciating editing permissions for the first post. Allows bypassing the max edit time setting for the first or all posts on a per-forum basis. If you use other extensions that change users edit permissions, please check thoroughly whether they still work correctly in combination with this extension.",
"homepage" : "https://www.phpbb.de/community/",
"version" : "1.3.0",
"time" : "2021-05-01",
"license" : "GPL-2.0-only",
"authors" : [{
"name" : "Martin Beckmann",
"email" : "gn#36@phpbb.de",
"homepage" : "https://www.phpbb.de/",
"role" : "Developer"
}
],
"require" : {
"php" : ">=5.3.3"
},
"require-dev" : {
"phpbb/epv" : "dev-master"
},
"extra" : {
"display-name" : "gn36 - Customize first post edit permissions",
"soft-require" : {
"phpbb/phpbb" : ">=3.1.3-RC1"
},
"version-check" : {
"host" : "phpbb.gn36.de",
"directory" : "/extensions/vinfo",
"filename" : "phpbb-ext-hookup.json"
}
}
}