comparison plugins/calendar/composer.json @ 15:459652c6089c

distro
author Charlie Root
date Sat, 13 Jan 2018 09:44:19 -0500
parents
children
comparison
equal deleted inserted replaced
14:ba938c2e7146 15:459652c6089c
1 {
2 "name": "kolab/calendar",
3 "type": "roundcube-plugin",
4 "description": "Calendar plugin",
5 "homepage": "https://git.kolab.org/diffusion/RPK/",
6 "keywords": ["apps","calendar","ical","itip"],
7 "license": "AGPLv3",
8 "authors": [
9 {
10 "name": "Alensader Machniak",
11 "email": "machniak@kolabsys.com",
12 "role": "Lead"
13 },
14 {
15 "name": "Thomas Bruederli",
16 "email": "thomas@roundcube.net",
17 "role": "Developer"
18 }
19 ],
20 "repositories": [
21 {
22 "type": "composer",
23 "url": "https://plugins.roundcube.net"
24 }
25 ],
26 "require": {
27 "php": ">=5.3.0",
28 "roundcube/plugin-installer": ">=0.1.3",
29 "kolab/libcalendaring": ">=3.3.3"
30 },
31 "extra": {
32 "roundcube": {
33 "min-version": "1.3.0",
34 "sql-dir": "drivers/database/SQL"
35 }
36 }
37 }