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
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-02 05:17:04 +0300
committerGitHub <noreply@github.com>2022-07-02 05:17:04 +0300
commitc14e7696156fa52abd03f78178d954f09b252bea (patch)
tree719849a9b4e4d05befd9e1753bcd601ceb08dd81
parentebe3c5b00e11238e565b6df776d0c57b98357599 (diff)
Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot/composer/build/integration/stable24/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>
-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 77c150f3c9b..9442e9900cb 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -4,7 +4,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"
}
}