view vendor/pear/net_sieve/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 05c4c32948af
children
line wrap: on
line source

{
    "authors": [
        {
            "email": "jan@horde.org",
            "name": "Jan Schneider",
            "role": "Lead"
        },
        {
            "email": "richard@php.net",
            "name": "Richard Heyes",
            "role": "Lead"
        },
        {
            "email": "damlists@cnba.uba.ar",
            "name": "Damian Fernandez Sosa",
            "role": "Lead"
        },
        {
            "email": "amistry@am-productions.biz",
            "name": "Anish Mistry",
            "role": "Lead"
        }
    ],
    "autoload": {
        "classmap": [
            "./"
        ]
    },
    "description": "More info available on: http://pear.php.net/package/Net_Sieve",
    "license": "BSD-2-Clause",
    "name": "pear/net_sieve",
    "support": {
        "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Sieve",
        "source": "https://github.com/pear/Net_Sieve"
    },
    "type": "library",
    "require": {
        "pear/pear-core-minimal": "~1.10",
        "pear/net_socket": "~1.2"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.7.15"
    },
    "suggest": {
        "pear/auth_sasl": "Install optionally via your project's composer.json"
    }
}