Mercurial > hg > rc1
diff plugins/calendar/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/calendar/composer.json Sat Jan 13 09:44:19 2018 -0500 @@ -0,0 +1,37 @@ +{ + "name": "kolab/calendar", + "type": "roundcube-plugin", + "description": "Calendar plugin", + "homepage": "https://git.kolab.org/diffusion/RPK/", + "keywords": ["apps","calendar","ical","itip"], + "license": "AGPLv3", + "authors": [ + { + "name": "Alensader Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + }, + { + "name": "Thomas Bruederli", + "email": "thomas@roundcube.net", + "role": "Developer" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libcalendaring": ">=3.3.3" + }, + "extra": { + "roundcube": { + "min-version": "1.3.0", + "sql-dir": "drivers/database/SQL" + } + } +}