-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
39 lines (39 loc) · 1000 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"authors": [
{
"email": "[email protected]",
"name": "Anish Mistry",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Richard Heyes",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Michael Bretterklieber",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Auth": "./"
}
},
"description": "Abstraction of various SASL mechanism responses",
"homepage": "http://pear.php.net/package/Auth_SASL",
"include-path": [
"./"
],
"license": "BSD-3-Clause",
"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-dev": {
"phpunit/phpunit": "@stable"
}
}