forked from sandcage/sandcage-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 958 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 958 Bytes
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
31
32
{
"name": "sandcage/sandcage-api-php",
"version": "v0.2",
"description": "PHP client library for SandCage's API",
"type": "library",
"license": "Apache-2.0",
"keywords": ["sandcage", "php", "client library", "library", "sdk", "api", "cloud", "image management", "cdn"],
"require": {
"php": ">=5.3",
"ext-curl": "*",
"ext-json": "*"
},
"authors": [
{
"name": "SandCage",
"homepage": "https://github.com/sandcage/sandcage-api-php/graphs/contributors",
"role": "Developer"
}
],
"support": {
"email": "contact@sandcage.com",
"issues": "https://www.sandcage.com/contact",
"source": "https://github.com/sandcage/sandcage-api-php",
"docs": "https://www.sandcage.com/docs/0.2/"
},
"homepage": "https://www.sandcage.com",
"autoload": {
"psr-0": {
"SandCage": "src"
}
}
}