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] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-02 05:18:35 +0300
committerGitHub <noreply@github.com>2022-07-02 05:18:35 +0300
commit9781139fedfab1410ca078d57223bd9d7c3df9f7 (patch)
treee558f7c480fba114f06aef86d66841f5a4446d77 /build
parent6222b702db03d7bf08bd80c760fdaca3c0167db5 (diff)
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot/composer/build/integration/sabre/dav-4.4.0
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/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.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 0e717bb76b3..5ae31af7578 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -5,7 +5,7 @@
"behat/behat": "~3.10.0",
"guzzlehttp/guzzle": "7.4.5",
"jarnaiz/behat-junit-formatter": "^1.3",
- "sabre/dav": "4.3.1",
+ "sabre/dav": "4.4.0",
"symfony/event-dispatcher": "~5.3"
}
}