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", "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"
} }
} }