forked from pear/Net_SmartIRC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 925 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 925 Bytes
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": "meebey@php.net",
"name": "Mirco Bauer",
"role": "Lead"
},
{
"email": "garrettw87@gmail.com",
"name": "Garrett Whitehorn",
"role": "Lead"
},
{
"email": "amirsaied@gmail.com",
"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",
"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.*"
}
}