-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the composer.json to include more information
- Loading branch information
Ben Ramsey
committed
Jan 27, 2015
1 parent
f93fb08
commit fd19c1a
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"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" | ||
} | ||
} | ||
} |