Install psalm

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2020-10-23 11:54:00 +02:00
parent a3a5db2727
commit f62d512de3
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"nextcloud/coding-standard": "^0.3.0"
"nextcloud/coding-standard": "^0.3.0",
"vimeo/psalm": "^3.18"
},
"config": {
"optimize-autoloader": true,