-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
34 lines (34 loc) · 1 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
{
"name": "scopen-coop/roundcube_caldav",
"type": "roundcube-plugin",
"description": "Set a remote CalDav server and reply to your meetings invitation directly in Roundcube Mail",
"keywords": ["caldav","calendar", "event", "roundcube","owncloud","nextcloud","scopen"],
"homepage": "https://www.scopen.fr",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Noé COURTIER",
"homepage": "https://www.scopen.fr/",
"role": "Developer"
},
{
"name": "Florian HENRY",
"homepage": "https://www.scopen.fr/",
"role": "Developer"
}
],
"require": {
"thecsea/simple-caldav-client": "^0.1.14",
"ext-curl": "*",
"johngrogg/ics-parser": "^3.0",
"ext-json": "*",
"fortawesome/font-awesome": "^5.15",
"simshaun/recurr": "^5.0"
},
"extra": {
"roundcube": {
"min-version": "1.4.0"
}
},
"prefer-stable" : true
}