Files
quicknotes/composer.json
Matias De lellis 7f81c13a15 Add missing changes
2021-09-19 20:23:07 -03:00

11 lines
254 B
JSON

{
"require-dev": {
"psalm/phar": "^4.10",
"christophwurst/nextcloud": "^21.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"psalm": "psalm.phar"
}
}