gzip support; default request headers; customizable timeout; basic authentication; bugfixes; closes #5 #15 #16 #18
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name" : "mashape/unirest-php",
|
||||
"description" : "Unirest PHP",
|
||||
"keywords" : ["rest", "curl"],
|
||||
"keywords" : ["rest", "curl", "http", "client"],
|
||||
"type" : "library",
|
||||
"homepage" : "http://unirest.io#php",
|
||||
"homepage" : "https://github.com/Mashape/unirest-php",
|
||||
"license" : "MIT",
|
||||
"authors" : [
|
||||
{
|
||||
@@ -17,6 +17,9 @@
|
||||
"ext-curl" : "*",
|
||||
"ext-json" : "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"vierbergenlars/simpletest": "*"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-0" : {
|
||||
"Unirest" : "lib"
|
||||
@@ -25,4 +28,4 @@
|
||||
"support" : {
|
||||
"email" : "support@mashape.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user