From c9ab88eb52ea67f1dd5a8b5781854e3ebe64055a Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 17 Dec 2023 02:39:04 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a8327c148..81541f5b6 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ "nextcloud/coding-standard": "1.1.1", "nextcloud/ocp": "dev-stable28", "phpunit/phpunit": "^9", - "sabre/dav": "^4.2.1", "psalm/phar": "^5.17", + "sabre/dav": "^4.2.1", "symfony/console": "5.4.24" }, "require": { "hexogen/kdtree": "^0.2.5" } -} \ No newline at end of file +}