Mercurial > hg > rc1
view 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 source
{ "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" } } }