Mercurial > hg > rc1
diff vendor/pear/auth_sasl/composer.json @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/pear/auth_sasl/composer.json Thu Jan 04 15:50:29 2018 -0500 @@ -0,0 +1,41 @@ +{ + "authors": [ + { + "email": "amistry@am-productions.biz", + "name": "Anish Mistry", + "role": "Lead" + }, + { + "email": "richard@php.net", + "name": "Richard Heyes", + "role": "Lead" + }, + { + "email": "michael@bretterklieber.com", + "name": "Michael Bretterklieber", + "role": "Lead" + } + ], + "autoload": { + "psr-0": { + "Auth": "./" + } + }, + "description": "Abstraction of various SASL mechanism responses", + "include-path": [ + "./" + ], + "license": "BSD", + "name": "pear/auth_sasl", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL", + "source": "https://github.com/pear/Auth_SASL" + }, + "type": "library", + "require": { + "pear/pear_exception": "@stable" + }, + "require-dev": { + "phpunit/phpunit": "@stable" + } +}