Skip to content

Commit

Permalink
Updated the composer.json to include more information
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ramsey committed Jan 27, 2015
1 parent f93fb08 commit fd19c1a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions composer.json
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"
}
}
}

0 comments on commit fd19c1a

Please sign in to comment.