forked from shuber/curl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
72 lines (72 loc) · 1.83 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Shuber\/Curl",
"description": "A basic CURL wrapper for PHP (see [http:\/\/php.net\/curl](http:\/\/php.net\/curl) for more information about the libcurl extension for PHP)",
"version": "1.0.5",
"type": "library",
"time": "2015-03-06 9:06:37",
"homepage": "",
"license": "MIT",
"authors": [
{
"name": "Adrian Pemsel",
"email": "adrian@adrianpemsel.de"
},
{
"name": "Ben Jeavons",
"email": "benjamin.jeavons@colorado.edu"
},
{
"name": "Hugo Chinchilla Carbonell",
"email": "hugo@bulma.net"
},
{
"name": "Jordi Rivero",
"email": "jrivero24@yahoo.es"
},
{
"name": "Kendall Hopkins",
"email": "softwareelves@gmail.com"
},
{
"name": "Sean Huber",
"email": "shuber@huberry.com"
},
{
"name": "Sebastian M. Alvarez",
"email": "sebastianmalvarez@gmail.com"
},
{
"name": "Simone Carletti",
"email": "weppos@weppos.net"
},
{
"name": "fabeat",
"email": "fg@linkable.de"
},
{
"name": "ide user ide_hamstar",
"email": "hamstar@telescum.co.nz"
},
{
"name": "nickl-",
"email": "nick@jigsoft.co.za"
},
{
"name": "shuber",
"email": "sean.huber@cox.net"
},
{
"name": "Matthew Leffler",
"email": "matthew@simpleupdates.com"
},
{
"name": "Carl Brugger",
"email": "carl@simpleupdates.com"
}
],
"autoload": {
"psr-0": {
"Shuber\\Curl": "lib\/"
}
}
}