From d0a2515e2b08bffac3e3f447cc78c24f372a0589 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?=
 <DeepDiver1975@users.noreply.github.com>
Date: Tue, 14 Jun 2016 09:53:30 +0200
Subject: [PATCH] Us an explicit version of sabre/dav to allow caching on the
 jenkins slaves - fixes #25087 (#25088)

---
 build/integration/composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/integration/composer.json b/build/integration/composer.json
index 9e5335c4b24..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"
   }
 }
-- 
GitLab