From c261e7e0fcf619940ee793b751640fe1fb234df0 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Thu, 28 Apr 2022 11:34:54 -0300 Subject: [PATCH] Fix composer json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 778c3b3..7e61843 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "require-dev": { "psalm/phar": "^4.10", - "christophwurst/nextcloud": "^21.0", - "psr/container": "^2.0" + "christophwurst/nextcloud": "^22.0", + "psr/container": "^1.0" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",