diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-20 03:11:24 +0000 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2021-11-21 16:08:03 +0100 |
commit | 741a202d01069c01d536aface347cf9b4e74db76 (patch) | |
tree | 7c5a4d0e4d2d05f35f2afecfdc5fac7c8296a5c9 /build/integration/composer.json | |
parent | cda4df035c5e0d48c657d17432d6c3de20b2e0ab (diff) | |
download | nextcloud-server-741a202d01069c01d536aface347cf9b4e74db76.tar.gz nextcloud-server-741a202d01069c01d536aface347cf9b4e74db76.zip |
Update sabre/dav requirement from 3.2.3 to 4.2.0 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/compare/3.2.3...4.2.0)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build/integration/composer.json')
-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 74a91a39807..0297e651df0 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,7 +4,7 @@ "behat/behat": "~3.10.0", "guzzlehttp/guzzle": "6.5.5", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "3.2.3", + "sabre/dav": "4.2.0", "symfony/event-dispatcher": "~4.4" } } |