proper json formating
This commit is contained in:
@@ -1,31 +1,31 @@
|
|||||||
{
|
{
|
||||||
"name" : "mashape/unirest-php",
|
"name": "mashape/unirest-php",
|
||||||
"description" : "Unirest PHP",
|
"description": "Unirest PHP",
|
||||||
"keywords" : ["rest", "curl", "http", "client"],
|
"keywords": ["rest", "curl", "http", "client"],
|
||||||
"type" : "library",
|
"type": "library",
|
||||||
"homepage" : "https://github.com/Mashape/unirest-php",
|
"homepage": "https://github.com/Mashape/unirest-php",
|
||||||
"license" : "MIT",
|
"license": "MIT",
|
||||||
"authors" : [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name" : "Mashape",
|
"name": "Mashape",
|
||||||
"email" : "support@mashape.com",
|
"email": "support@mashape.com",
|
||||||
"homepage" : "http://mashape.com"
|
"homepage": "http://mashape.com"
|
||||||
}
|
|
||||||
],
|
|
||||||
"require" : {
|
|
||||||
"php" : ">=5.4.0",
|
|
||||||
"ext-curl" : "*",
|
|
||||||
"ext-json" : "*"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "*"
|
|
||||||
},
|
|
||||||
"autoload" : {
|
|
||||||
"psr-0" : {
|
|
||||||
"Unirest" : "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"support" : {
|
|
||||||
"email" : "support@mashape.com"
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.4.0",
|
||||||
|
"ext-curl": "*",
|
||||||
|
"ext-json": "*"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "*"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"Unirest": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"email": "support@mashape.com"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user