roundcubemail-plugins-kolab/plugins/tasklist/composer.json
Jeroen van Meeuwen (Kolab Systems) d3dea37e96 Set plugin versions to 3.2.12
2016-03-21 12:21:17 +01:00

27 lines
689 B
JSON

{
"name": "kolab/tasklist",
"type": "roundcube-plugin",
"description": "Task management plugin",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.2.12",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libcalendaring": ">=3.2.12",
"roundcube/jqueryui": ">=1.10.4"
}
}