diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-11-09 13:06:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 13:06:52 +0100 |
commit | 6a75296ccbd37d11f88f1e69cfe4063a802c438c (patch) | |
tree | e31b78a47485cacfd272ae14dba1923d56f55d5d /build | |
parent | 72f45bbfc72336602f6be3740cc25e4144abd7b7 (diff) | |
parent | da55dd1d1f224fec8e61473a48e02759dc1d44e2 (diff) | |
download | nextcloud-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.json | 2 |
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" } } |