-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
38 lines (38 loc) · 933 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
{
"authors": [
{
"email": "[email protected]",
"name": "Mirco Bauer",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Garrett Whitehorn",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Amir Mohammad Saied",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Net": ""
}
},
"description": "More info available on: http://pear.php.net/package/Net_SmartIRC",
"include-path": [
"./"
],
"license": "LGPL-2.1-only",
"name": "pear/net_smartirc",
"support": {
"issues": "http://pear.php.net/package/Net_SmartIRC/bugs",
"source": "https://github.com/pear/Net_SmartIRC"
},
"type": "library",
"require-dev": {
"phpdocumentor/phpdocumentor": "2.7.*"
}
}