diff options
author | dependabot[bot] <support@dependabot.com> | 2018-05-30 08:23:11 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-05-30 08:23:11 +0000 |
commit | 354cac145c381ec5d06db865b2ea424da0c28ccd (patch) | |
tree | f7970ef191964ec15a39c5369fdfa8cc81734a46 /build | |
parent | e8c680f74a084f4e61ef61661e699c868d1d7fb3 (diff) | |
download | nextcloud-server-354cac145c381ec5d06db865b2ea424da0c28ccd.tar.gz nextcloud-server-354cac145c381ec5d06db865b2ea424da0c28ccd.zip |
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')
-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 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" } } |