You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
{
|
|
"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" : "contact@sbin.dk",
|
|
"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.3",
|
|
"symfony/yaml" : "~2.3",
|
|
"toin0u/http-adapter": "~1.0"
|
|
},
|
|
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "~0.6"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-0": { "DigitalOcean": "src/" }
|
|
},
|
|
|
|
"bin": ["digitalocean"],
|
|
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
}
|
|
}
|
|
|