Files
quicknotes/composer.json
2021-09-19 20:16:29 -03:00

10 lines
209 B
JSON

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