forked from rplessl/roundcube-vacation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
40 lines (40 loc) · 1.04 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
{
"name": "bukowski/vacation",
"type": "roundcube-plugin",
"description": "Vacation, out-of-office and forward feature for Roundcube",
"keywords": ["mail","vacation","forward"],
"homepage": "https://github.com/bukowski12/roundcube-vacation-plugin",
"license": "GPL-3.0+",
"version": "2.1.5",
"authors": [
{
"name": "Roman Plessl",
"homepage": "https://github.com/rplessl",
"role": "Author"
},
{
"name": "Gabor Toth",
"homepage": "https://github.com/gabor-toth",
"role": "Contributor"
},
{
"name": "Bukowski",
"homepage": "https://github.com/bukowski12",
"role": "Contributor"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.6"
},
"extra": {
"roundcube": {
"min-version": "1.4.0"
}
}
}