Mercurial > hg > rc1
view vendor/pear/net_sieve/composer.json @ 4:888e774ee983
libcalendar plugin as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:57:56 -0500 |
parents | 1e000243b222 |
children | 05c4c32948af |
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", "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": "*", "pear/net_socket": "*" }, "require-dev": { "phpunit/phpunit": "~5.7.15" }, "suggest": { "pear/auth_sasl": "Install optionally via your project's composer.json" } }