0
|
1 {
|
|
2 "authors": [
|
|
3 {
|
|
4 "email": "amistry@am-productions.biz",
|
|
5 "name": "Anish Mistry",
|
|
6 "role": "Lead"
|
|
7 },
|
|
8 {
|
|
9 "email": "richard@php.net",
|
|
10 "name": "Richard Heyes",
|
|
11 "role": "Lead"
|
|
12 },
|
|
13 {
|
|
14 "email": "michael@bretterklieber.com",
|
|
15 "name": "Michael Bretterklieber",
|
|
16 "role": "Lead"
|
|
17 }
|
|
18 ],
|
|
19 "autoload": {
|
|
20 "psr-0": {
|
|
21 "Auth": "./"
|
|
22 }
|
|
23 },
|
|
24 "description": "Abstraction of various SASL mechanism responses",
|
|
25 "include-path": [
|
|
26 "./"
|
|
27 ],
|
|
28 "license": "BSD",
|
|
29 "name": "pear/auth_sasl",
|
|
30 "support": {
|
|
31 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL",
|
|
32 "source": "https://github.com/pear/Auth_SASL"
|
|
33 },
|
|
34 "type": "library",
|
|
35 "require": {
|
|
36 "pear/pear_exception": "@stable"
|
|
37 },
|
|
38 "require-dev": {
|
|
39 "phpunit/phpunit": "@stable"
|
|
40 }
|
|
41 }
|