diff options
author | dependabot[bot] <support@dependabot.com> | 2018-10-22 17:11:57 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-10-22 17:11:57 +0000 |
commit | 54802275259d65dd2835bc8c6738d5c0b2aa66bb (patch) | |
tree | 03eb3a9858e8bd1b872f36683a8d19071e23a235 /build | |
parent | f737ae719de2e2af534bce03a8920bbb96aa8700 (diff) | |
download | nextcloud-server-54802275259d65dd2835bc8c6738d5c0b2aa66bb.tar.gz nextcloud-server-54802275259d65dd2835bc8c6738d5c0b2aa66bb.zip |
Update sabre/dav requirement from 3.2.2 to 3.2.3 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.3)
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 7061d8dbde9..6723c54a057 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,6 +4,6 @@ "behat/behat": "~3.5.0", "guzzlehttp/guzzle": "6.3.3", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "3.2.2" + "sabre/dav": "3.2.3" } } |