-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.26 KB
/
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
45
46
47
48
{
"name": "fof/byobu",
"description": "Well integrated, advanced private discussions.",
"keywords": [
"pm",
"flarum", "fof",
"messaging", "private discussions"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Daniël Klabbers",
"email": "[email protected]",
"homepage": "http://luceos.com"
}
],
"support": {
"issues": "https://github.com/FriendsOfFlarum/byobu/issues",
"source": "https://github.com/FriendsOfFlarum/byobu"
},
"require": {
"flarum/core": "^0.1.0-beta.8"
},
"extra": {
"flarum-extension": {
"title": "FoF Byōbu",
"icon": {
"image": "resources/logo.svg",
"backgroundColor": "#e74c3c",
"backgroundSize": "90%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center"
}
},
"fof": {
"discuss": "https://discuss.flarum.org/d/4762"
}
},
"replace": {
"flagrow/byobu": "*"
},
"autoload": {
"psr-4": {
"FoF\\Byobu\\": "src/"
}
}
}