-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.12 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
49
50
51
52
{
"name": "texxasrulez/calendar",
"type": "roundcube-plugin",
"description": "CalDav Capable Calendar plugin for Roundcube and Nextcloud",
"homepage": "https://github.com/texxasrulez/calendar",
"license": "GPL-3.0",
"version": "0.0.7",
"authors": [
{
"name": "Gene Hawkins",
"email": "texxasrulez@yahoo.com",
"homepage": "https://www.genesworld.net",
"role": "Developer"
},
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
},
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=7.1.0",
"roundcube/plugin-installer": "~0.1.6",
"fozo/libcalendaring": "dev-master",
"texxasrulez/libkolab": "3.5.4",
"sabre/dav": "4.1.2",
"league/oauth2-client": "*",
"league/oauth2-google": "*"
},
"extra": {
"roundcube": {
"min-version": "1.4.0",
"sql-dir": "SQL"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": "php bin/copyDateTimeParser.php"
}
}