updating mashape url and email

This commit is contained in:
Ahmad Nassri
2015-01-14 17:38:04 -05:00
parent b4b4b85a69
commit 601c20c6ca

View File

@@ -1,17 +1,11 @@
{
"name": "mashape/unirest-php",
"description": "Unirest PHP",
"keywords": ["rest", "curl", "http", "client"],
"keywords": ["rest", "curl", "http", "https", "client"],
"type": "library",
"homepage": "https://github.com/Mashape/unirest-php",
"license": "MIT",
"authors": [
{
"name": "Mashape",
"email": "support@mashape.com",
"homepage": "http://mashape.com"
}
],
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
@@ -26,6 +20,6 @@
}
},
"support": {
"email": "support@mashape.com"
"email": "opensource@mashape.com"
}
}