From 354cac145c381ec5d06db865b2ea424da0c28ccd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Wed, 30 May 2018 08:23:11 +0000
Subject: [PATCH] Update sabre/dav requirement to 3.2.2 in /build/integration

Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/commits/3.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 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 2850caa511a..0465405715e 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -4,6 +4,6 @@
     "behat/behat": "^3.0",
     "guzzlehttp/guzzle": "6.3.0",
     "jarnaiz/behat-junit-formatter": "^1.3",
-    "sabre/dav": "3.2"
+    "sabre/dav": "3.2.2"
   }
 }
-- 
GitLab