updating mashape url and email
This commit is contained in:
@@ -1,17 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "mashape/unirest-php",
|
"name": "mashape/unirest-php",
|
||||||
"description": "Unirest PHP",
|
"description": "Unirest PHP",
|
||||||
"keywords": ["rest", "curl", "http", "client"],
|
"keywords": ["rest", "curl", "http", "https", "client"],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"homepage": "https://github.com/Mashape/unirest-php",
|
"homepage": "https://github.com/Mashape/unirest-php",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
|
||||||
{
|
|
||||||
"name": "Mashape",
|
|
||||||
"email": "support@mashape.com",
|
|
||||||
"homepage": "http://mashape.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
@@ -26,6 +20,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"email": "support@mashape.com"
|
"email": "opensource@mashape.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user