From fd19c1adbf5b6f6a61d1847915dc0fe47dcb185c Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 27 Jan 2015 11:34:52 -0600 Subject: [PATCH] Updated the composer.json to include more information --- composer.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0755f42..03a76f3 100644 --- a/composer.json +++ b/composer.json @@ -1,20 +1,30 @@ { "name": "shootproof/php-sdk", - "homepage": "http://www.shootproof.com/", + "homepage": "http://developer.shootproof.com", "description": "The API comes free of charge with your ShootProof account and currently is only available in the form of JSON responses. Read up on the API documentation to discover the different methods that are available.", - "keywords": ["shootproof"], + "keywords": ["shootproof", "api", "sdk", "photography", "photo"], "type": "library", "license": "MIT", "authors": [ { "name": "ShootProof", - "homepage": "http://developer.shootproof.com/" + "homepage": "http://developer.shootproof.com" } ], + "support": { + "email": "support@shootproof.com", + "issues": "https://github.com/ShootProof/php-sdk/issues", + "source": "https://github.com/ShootProof/php-sdk" + }, "require": { "php": ">=5.3.3" }, "autoload": { "classmap": ["lib/"] + }, + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } } }