From bc7de526344601360ac138aa24629a5a1f3b079d Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Sun, 19 Sep 2021 22:50:25 -0300 Subject: [PATCH] Add dev deps --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 85f0bc9..778c3b3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "require-dev": { "psalm/phar": "^4.10", - "christophwurst/nextcloud": "^21.0" + "christophwurst/nextcloud": "^21.0", + "psr/container": "^2.0" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",