-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
46 lines (39 loc) · 1.12 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name" : "toin0u/digitalocean",
"type" : "library",
"description": "DigitalOcean API PHP 5.3+ library",
"keywords" : ["DigitalOcean", "API", "Cloud Hosting", "SSD", "VPS"],
"homepage" : "https://github.com/toin0u/DigitalOcean",
"license" : "MIT",
"authors": [
{
"name" : "Antoine Corcy",
"email" : "[email protected]",
"homepage": "http://sbin.dk",
"role" : "Developer"
}
],
"support": {
"issues": "https://github.com/toin0u/DigitalOcean/issues",
"source": "https://github.com/toin0u/DigitalOcean"
},
"require": {
"php" : ">=5.3.0",
"symfony/console" : "~2.4",
"symfony/yaml" : "~2.4",
"toin0u/http-adapter": "~1.0"
},
"require-dev": {
"phpunit/phpunit" : "~4.0",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-0": { "DigitalOcean": "src/" }
},
"bin": ["bin/digitalocean"],
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
}
}