summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-11-09 13:06:52 +0100
committerGitHub <noreply@github.com>2016-11-09 13:06:52 +0100
commit6a75296ccbd37d11f88f1e69cfe4063a802c438c (patch)
treee31b78a47485cacfd272ae14dba1923d56f55d5d /build
parent72f45bbfc72336602f6be3740cc25e4144abd7b7 (diff)
parentda55dd1d1f224fec8e61473a48e02759dc1d44e2 (diff)
downloadnextcloud-server-6a75296ccbd37d11f88f1e69cfe4063a802c438c.tar.gz
nextcloud-server-6a75296ccbd37d11f88f1e69cfe4063a802c438c.zip
Merge pull request #1792 from nextcloud/bump_sabre
Bump sabre
Diffstat (limited to 'build')
-rw-r--r--build/integration/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index 29f73f2064a..d7ccd593277 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -4,6 +4,6 @@
"behat/behat": "^3.0",
"guzzlehttp/guzzle": "~5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
- "sabre/dav": "3.0.9"
+ "sabre/dav": "3.2"
}
}