view plugins/calendar/composer.json @ 38:ac106d4c8961 default tip

flip /etc/roundcube to point here
author Charlie Root
date Sat, 29 Dec 2018 05:39:53 -0500
parents 459652c6089c
children
line wrap: on
line source

{
    "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"
        }
    }
}