Mercurial > hg > rc1
diff plugins/libcalendaring/composer.json @ 15:459652c6089c
distro
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 09:44:19 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/libcalendaring/composer.json Sat Jan 13 09:44:19 2018 -0500 @@ -0,0 +1,30 @@ +{ + "name": "kolab/libcalendaring", + "type": "roundcube-plugin", + "description": "Library providing common functions for calendaring plugins", + "homepage": "https://git.kolab.org/diffusion/RPK/", + "license": "AGPLv3", + "authors": [ + { + "name": "Alensader Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.4.0", + "roundcube/plugin-installer": ">=0.1.3", + "sabre/vobject": "~3.3.3" + }, + "extra": { + "roundcube": { + "min-version": "1.3.0" + } + } +}