From 7f81c13a1595a1a76c0418bc7fb249195ebb5bd5 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Sun, 19 Sep 2021 20:23:07 -0300 Subject: [PATCH] Add missing changes --- composer.json | 3 ++- psalm.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 psalm.xml diff --git a/composer.json b/composer.json index cad5b67..85f0bc9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "require-dev": { - "psalm/phar": "^4.10" + "psalm/phar": "^4.10", + "christophwurst/nextcloud": "^21.0" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", diff --git a/psalm.xml b/psalm.xml new file mode 100644 index 0000000..1c2bb11 --- /dev/null +++ b/psalm.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +