Skip to content

Commit fd19c1a

Browse files
author
Ben Ramsey
committed
Updated the composer.json to include more information
1 parent f93fb08 commit fd19c1a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

composer.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
"name": "shootproof/php-sdk",
3-
"homepage": "http://www.shootproof.com/",
3+
"homepage": "http://developer.shootproof.com",
44
"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.",
5-
"keywords": ["shootproof"],
5+
"keywords": ["shootproof", "api", "sdk", "photography", "photo"],
66
"type": "library",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "ShootProof",
11-
"homepage": "http://developer.shootproof.com/"
11+
"homepage": "http://developer.shootproof.com"
1212
}
1313
],
14+
"support": {
15+
"email": "[email protected]",
16+
"issues": "https://github.com/ShootProof/php-sdk/issues",
17+
"source": "https://github.com/ShootProof/php-sdk"
18+
},
1419
"require": {
1520
"php": ">=5.3.3"
1621
},
1722
"autoload": {
1823
"classmap": ["lib/"]
24+
},
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "1.x-dev"
28+
}
1929
}
2030
}

0 commit comments

Comments
 (0)