forked from shuber/curl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
68 lines (68 loc) · 1.69 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
{
"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": "0.1.0",
"type": "library",
"time": "2012-06-20 17:44:54",
"homepage": "",
"license": "MIT",
"authors": [
{
"name": "%aN",
"email": "%aE"
},
{
"name": "Adrian Pemsel",
"email": "[email protected]"
},
{
"name": "Ben Jeavons",
"email": "[email protected]"
},
{
"name": "Hugo Chinchilla Carbonell",
"email": "[email protected]"
},
{
"name": "Jordi Rivero",
"email": "[email protected]"
},
{
"name": "Kendall Hopkins",
"email": "[email protected]"
},
{
"name": "Sean Huber",
"email": "[email protected]"
},
{
"name": "Sebastian M. Alvarez",
"email": "[email protected]"
},
{
"name": "Simone Carletti",
"email": "[email protected]"
},
{
"name": "fabeat",
"email": "[email protected]"
},
{
"name": "ide user ide_hamstar",
"email": "[email protected]"
},
{
"name": "nickl-",
"email": "[email protected]"
},
{
"name": "shuber",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {
"Shuber\\Curl": "lib\/"
}
}
}