Viewing File: /usr/local/cpanel/base/3rdparty/roundcube/plugins/carddav/composer.json

{
    "name": "roundcube/carddav",
    "type": "roundcube-plugin",
    "description": "CardDAV adapter for connecting to CardDAV-enabled addressbooks",
    "keywords": ["addressbook","carddav","contacts","owncloud","davical"],
    "homepage": "https://www.benjamin-schieder.de/carddav.html",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Benjamin Schieder",
            "email": "carddav@wegwerf.anderdonau.de",
            "homepage": "https://www.benjamin.schieder.de/",
            "role": "Developer"
        },
        {
            "name": "Michael Stilkerich",
            "email": "michael@stilkerich.eu",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.4.0",
        "ext-gd": "*",
        "ext-json": "*",
        "ext-pdo": "*",
        "sabre/vobject": "^3.3.5 || ^4.0.0, !=4.5.2",
        "roundcube/plugin-installer": "^0.3.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "mstilkerich/carddavclient": "^1.4.0"
    },
    "require-dev": {
        "phpcompatibility/php-compatibility": "dev-develop",
        "dealerdirect/phpcodesniffer-composer-installer": ">= 0.7.0",
        "phpunit/phpunit": "~9",
        "phpunit/phpcov": "*",
        "vimeo/psalm": "~5.14.0",
        "psalm/plugin-phpunit": "*",
        "aodto/phasher": "dev-master"
    },
    "extra": {
        "roundcube": {
            "min-version": "1.4.0"
        }
    },
    "autoload": {
        "psr-4": {
            "MStilkerich\\RCMCardDAV\\": "src/"
        },
        "classmap": ["carddav.php", "dbmigrations/"]
    },
    "autoload-dev": {
        "psr-4": {
            "MStilkerich\\Tests\\RCMCardDAV\\": "tests/"
        },
        "classmap": ["roundcubemail/program/"]
    },
    "prefer-stable" : true,
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "roundcube/plugin-installer": true
        }
    }
}
Back to Directory File Manager