Mercurial > hg > rc1
view vendor/pear/auth_sasl/composer.json @ 15:459652c6089c
distro
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 09:44:19 -0500 |
parents | 1e000243b222 |
children |
line wrap: on
line source
{ "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" } }