calendar/composer.json
JodliDev a90ebffdc1 Adapt composer.json
(cherry picked from commit 9a30a1e41e1240391c282ce0785ee680a908cab8)
2021-08-17 18:30:02 +02:00

38 lines
973 B
JSON

{
"name": "jodlidev/calendar",
"type": "roundcube-plugin",
"description": "Calendar plugin with CalDav",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.5.7.1",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
},
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.4.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libcalendaring": ">=3.4.0",
"kolab/libkolab": ">=3.4.0"
},
"extra": {
"roundcube": {
"min-version": "1.4.0",
"sql-dir": "drivers/database/SQL"
}
}
}