forked from dvigne/bestanswer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 786 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 786 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 that allows users to mark a post as the best answer.",
"homepage": "https://www.project-w.org/",
"version": "1.0.2",
"time": "2019-10-14",
"license": "GPL-2.0-only",
"authors": [
{
"name": "kinerity",
"email": "kinerity@yahoo.com",
"homepage": "https://www.layer-3.org/",
"role": "Extension Developer"
}
],
"require": {
"php": ">=5.4.7",
"phpbb/phpbb": ">=3.2.0,<3.3.0@dev",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Best Answer",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<3.3.0@dev"
}
}
}