Add missing changes

This commit is contained in:
Matias De lellis
2021-09-19 20:23:07 -03:00
parent 6a27cdae6a
commit 7f81c13a15
2 changed files with 37 additions and 1 deletions

View File

@@ -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",