-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 808 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 808 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
{
"name": "yuav/bitcasawebdav",
"description": "Bitcasa Webdav implementation in PHP",
"keywords": ["bitcasa", "cloud", "storage", "webdav"],
"homepage": "http://github.com/Yuav/bitcasawebdav",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Jon Skarpeteig",
"email": "lesspublic@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-sqlite": "*",
"ext-json": "*",
"sabre/dav" : "1.8.*",
"doctrine/dbal": "2.5.*@dev",
"doctrine/orm": "2.5.*@dev",
"lusitanian/oauth": "~0.2",
"monolog/monolog": "1.7"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {"BitcasaWebdav": "src/"}
}
}