-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.39 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 1.39 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name" : "syncgw/roundcube_plugin",
"description" : "Select address books, calendars, task lists, notes and mail in RoundCube for synchronization with sync*gw.",
"license" : "LGPL-3.0-or-later",
"repositories" : [{
"type" : "composer",
"url" : "http://plugins.roundcube.net"
}
],
"type" : "roundcube-plugin",
"homepage" : "https://github.com/syncgw/roundcube_plugin",
"authors" : [{
"name" : "Florian Däumling",
"homepage" : "https://github.com/toteph42",
"role" : "Developer"
}
],
"funding" : [{
"type" : "other",
"url" : "https://www.paypal.com/donate/?hosted_button_id=DS6VK49NAFHEQ"
}
],
"keywords" : [
"addressbook",
"calendar",
"tasklist",
"todo",
"notes",
"sync",
"activesync",
"caldav",
"carddav",
"synchronization",
"smart phone",
"handy",
"cell phone",
"roundcube"
],
"require" : {
"php" : ">=8.1",
"roundcube/plugin-installer" : ">=0.1.3",
"syncgw/core-bundle" : "^9.20",
"syncgw/gui-bundle" : "^9.20",
"syncgw/mysql-bundle" : "^9.20",
"syncgw/roundcube-bundle" : "^9.20",
"syncgw/activesync-bundle" : "^9.20",
"syncgw/webdav-bundle" : "^9.20"
},
"extra" : {
"roundcube" : {
"min-version" : "1.6",
"sql-dir" : "SQL"
}
},
"support" : {
"issues" : "https://github.com/syncgw/syncgw/issues",
"source" : "https://github.com/syncgw/roundcube_plugin",
"docs" : "https://github.com/syncgw/roundcube_plugin"
}
}