From 6b6b97341d0e7d5262709e58a9eb6a4967b8440c Mon Sep 17 00:00:00 2001 From: Lennart Dohmann Date: Fri, 4 Oct 2024 11:21:09 +0200 Subject: [PATCH] Hotfix for postgres db backend (#145) Hotfix for Postgres user (cherry picked from commit 9a989b5453cb8adbbc04a139871750aff3fa9839) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dd2356a4..175e33b4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "nextcloud/ocp": "v29.0.7", "psalm/phar": "5.26.1", "nextcloud/coding-standard": "v1.3.1", - "phpunit/phpunit": "10.5.36", + "phpunit/phpunit": "10.5.35", "symfony/console": "6.4.12" }, "autoload": {