24 lines
745 B
JSON
24 lines
745 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.6",
|
|
"behat/behat": "^3.0",
|
|
"guzzlehttp/guzzle": "~5.0",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "3.2"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"../../../../build/integration/features/bootstrap/Auth.php",
|
|
"../../../../build/integration/features/bootstrap/Provisioning.php",
|
|
"../../../../build/integration/features/bootstrap/Sharing.php",
|
|
"../../../../build/integration/features/bootstrap/Trashbin.php",
|
|
"../../../../build/integration/features/bootstrap/WebDav.php"
|
|
],
|
|
"psr-0": {
|
|
"": [
|
|
"features/bootstrap/"
|
|
]
|
|
}
|
|
}
|
|
}
|