From 601c20c6ca6f58fe220207a17979885243003ba3 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 14 Jan 2015 17:38:04 -0500 Subject: [PATCH] updating mashape url and email --- composer.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 35d8647..b05334e 100644 --- a/composer.json +++ b/composer.json @@ -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 (https://www.mashape.com)", "require": { "php": ">=5.4.0", "ext-curl": "*", @@ -26,6 +20,6 @@ } }, "support": { - "email": "support@mashape.com" + "email": "opensource@mashape.com" } }