Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2015-11-27 15:55:48 +0300
committerSergio Bertolin <sbertolin@solidgear.es>2015-11-27 15:55:48 +0300
commitb99bd7f4fce127e556532d5e0d289957d9548e83 (patch)
tree2292a9e876a19f4cd5c1027a877e0150b214ba59 /build/integration/composer.json
parent97229350433cd23e4bc5ece7e9242991582b87f8 (diff)
Added sabre dav in webdav, modified skeleton to have parent and child folders
Diffstat (limited to 'build/integration/composer.json')
-rw-r--r--build/integration/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index 2f0f8a815ce..a9516391a41 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -3,6 +3,7 @@
"phpunit/phpunit": "~4.6",
"behat/behat": "^3.0",
"guzzlehttp/guzzle": "~5.0",
- "jarnaiz/behat-junit-formatter": "^1.3"
+ "jarnaiz/behat-junit-formatter": "^1.3",
+ "sabre/dav": "3.0.x-dev"
}
}