Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-05-30 11:23:11 +0300
committerdependabot[bot] <support@dependabot.com>2018-05-30 11:23:11 +0300
commit354cac145c381ec5d06db865b2ea424da0c28ccd (patch)
treef7970ef191964ec15a39c5369fdfa8cc81734a46 /build/integration/composer.json
parente8c680f74a084f4e61ef61661e699c868d1d7fb3 (diff)
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>
Diffstat (limited to 'build/integration/composer.json')
-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 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"
}
}