From 01e0a938fb8f2b2091a8c34a250ed0aa15cb205c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:02:47 +0000 Subject: [PATCH] Update sabre/dav requirement from ~4.5.0 to ~4.6.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.5.0...4.6.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d1d74891..ed8d0901 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license" : "GPL-3.0-only", "require": { "php" : "^7.2 || ^8.0", - "sabre/dav" : "~4.5.0", + "sabre/dav" : "~4.6.0", "twig/twig" : "~2.14.8", "symfony/yaml" : "^3.4", "psr/log" : "^1",