-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
30 lines (30 loc) · 957 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "shootproof/php-sdk",
"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", "api", "sdk", "photography", "photo"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "ShootProof",
"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"
}
}
}