mirror of
https://github.com/danog/dl2cloud.git
synced 2024-12-04 10:17:51 +01:00
31 lines
617 B
JSON
31 lines
617 B
JSON
{
|
|
"name": "dropbox/dropbox-sdk",
|
|
"description": "Dropbox SDK for PHP",
|
|
"keywords" : [ "dropbox" ],
|
|
|
|
"license": "MIT",
|
|
|
|
"autoload": {
|
|
"psr-0": { "Dropbox": "lib/" }
|
|
},
|
|
|
|
"require": {
|
|
"php": ">= 5.3",
|
|
"ext-curl": "*"
|
|
},
|
|
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"apigen/apigen": "2.8.2",
|
|
"squizlabs/php_codesniffer": "2.0.0RC3"
|
|
},
|
|
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/cakoose/apigen",
|
|
"comment": "Workaround for bug in ApiGen mainline."
|
|
}
|
|
]
|
|
}
|