-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathcomposer.json
34 lines (34 loc) · 935 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
{
"name": "weird-birds/thunderbird_labels",
"type": "roundcube-plugin",
"description": "Shows thunderbird labels for messages in roundcube webmail.",
"keywords": ["mail","labels","tags"],
"license": "BSD-2-Clause",
"homepage": "https://github.com/mike-kfed/roundcube-thunderbird_labels",
"authors": [
{
"name": "Michael Kefeder",
"homepage": "https://github.com/mike-kfed",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
},
{
"type": "vcs",
"url": "git://github.com/mike-kfed/roundcube-thunderbird_labels.git"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.10",
"php": ">=5.6.18"
},
"extra": {
"roundcube": {
"min-version": "1.4.0"
}
}
}