-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 852 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 852 Bytes
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
{
"name": "kinerity/bestanswer",
"type": "phpbb-extension",
"description": "An extension for phpBB 3.2.x that allows users to mark a post as the best answer, which will then be quoted in the first post with a link to it.",
"homepage": "https://www.project-w.org",
"version": "1.0.0-dev",
"time": "2017-11-11",
"license": "GPL-2.0",
"authors": [
{
"name": "kinerity",
"email": "kinerity@yahoo.com",
"homepage": "https://www.layer-3.org",
"role": "Extension Developer"
}
],
"require": {
"php": ">=5.4.0",
"phpbb/phpbb": ">=3.2.2,<3.3.0@dev",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Best Answer",
"soft-require": {
"phpbb/phpbb": ">=3.2.2,<3.3.0@dev"
}
}
}