Mercurial > hg > rc1
view plugins/libcalendaring/composer.json @ 24:4869fae20b88
do better at flag deletion, unthreaded dates sort working, preparing for threaded
author | Charlie Root |
---|---|
date | Wed, 17 Jan 2018 17:40:51 -0500 |
parents | 459652c6089c |
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" } } }