forked from Kong/unirest-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 840 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 840 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
{
"name" : "joseleperez/unirest-php",
"description" : "Unirest PHP Proxy",
"keywords" : ["rest", "curl", "http", "client"],
"type" : "library",
"homepage" : "https://github.com/joseleperez/unirest-php",
"license" : "MIT",
"authors" : [
{
"name" : "Mashape",
"email" : "support@mashape.com",
"homepage" : "http://mashape.com"
},
{
"name" : "José Luis Pérez",
"email" : "elpunto@gmail.com"
}
],
"require" : {
"php" : ">=5.3.0",
"ext-curl" : "*",
"ext-json" : "*"
},
"require-dev": {
"vierbergenlars/simpletest": "*"
},
"autoload" : {
"psr-0" : {
"Unirest" : "lib"
}
},
"support" : {
"email" : "elpunto@gmail.com"
}
}