29 lines
620 B
JSON
29 lines
620 B
JSON
{
|
|
"name" : "mashape/unirest-php",
|
|
"description" : "Unirest PHP",
|
|
"keywords" : ["rest", "curl"],
|
|
"type" : "library",
|
|
"homepage" : "http://unirest.io#php",
|
|
"license" : "MIT",
|
|
"authors" : [
|
|
{
|
|
"name" : "Mashape",
|
|
"email" : "support@mashape.com",
|
|
"homepage" : "http://mashape.com"
|
|
}
|
|
],
|
|
"require" : {
|
|
"php" : ">=5.3.0",
|
|
"ext-curl" : "*",
|
|
"ext-json" : "*"
|
|
},
|
|
"autoload" : {
|
|
"psr-0" : {
|
|
"Unirest" : "lib"
|
|
}
|
|
},
|
|
"support" : {
|
|
"email" : "support@mashape.com"
|
|
}
|
|
}
|