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
path: root/build
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-10-22 20:11:57 +0300
committerdependabot[bot] <support@dependabot.com>2018-10-22 20:11:57 +0300
commit54802275259d65dd2835bc8c6738d5c0b2aa66bb (patch)
tree03eb3a9858e8bd1b872f36683a8d19071e23a235 /build
parentf737ae719de2e2af534bce03a8920bbb96aa8700 (diff)
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.json2
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"
}
}