diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-06-14 12:11:35 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-20 17:37:17 +0200 |
commit | 0934153ed2be11f692a2febe320a5a48c1ba0490 (patch) | |
tree | 5293257164fc2cdcce7ff8ccefb41dc8266069a6 | |
parent | 3189c22ff391b6cc7099b44a33feea8dee2bc3f9 (diff) | |
download | nextcloud-server-0934153ed2be11f692a2febe320a5a48c1ba0490.tar.gz nextcloud-server-0934153ed2be11f692a2febe320a5a48c1ba0490.zip |
Use an explicit version of sabre/dav to allow caching on the jenkins slaves - fixes #25087 (#25089)
-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 a9516391a41..29f73f2064a 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.x-dev" + "sabre/dav": "3.0.9" } } |