Mercurial > hg > rc1
comparison plugins/libcalendaring/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/libcalendaring", | |
3 "type": "roundcube-plugin", | |
4 "description": "Library providing common functions for calendaring plugins", | |
5 "homepage": "https://git.kolab.org/diffusion/RPK/", | |
6 "license": "AGPLv3", | |
7 "authors": [ | |
8 { | |
9 "name": "Alensader Machniak", | |
10 "email": "machniak@kolabsys.com", | |
11 "role": "Lead" | |
12 } | |
13 ], | |
14 "repositories": [ | |
15 { | |
16 "type": "composer", | |
17 "url": "https://plugins.roundcube.net" | |
18 } | |
19 ], | |
20 "require": { | |
21 "php": ">=5.4.0", | |
22 "roundcube/plugin-installer": ">=0.1.3", | |
23 "sabre/vobject": "~3.3.3" | |
24 }, | |
25 "extra": { | |
26 "roundcube": { | |
27 "min-version": "1.3.0" | |
28 } | |
29 } | |
30 } |