diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2015-11-27 12:55:48 +0000 |
---|---|---|
committer | Sergio Bertolin <sbertolin@solidgear.es> | 2015-11-27 12:55:48 +0000 |
commit | b99bd7f4fce127e556532d5e0d289957d9548e83 (patch) | |
tree | 2292a9e876a19f4cd5c1027a877e0150b214ba59 /build/integration/composer.json | |
parent | 97229350433cd23e4bc5ece7e9242991582b87f8 (diff) | |
download | nextcloud-server-b99bd7f4fce127e556532d5e0d289957d9548e83.tar.gz nextcloud-server-b99bd7f4fce127e556532d5e0d289957d9548e83.zip |
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.json | 3 |
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" } } |