mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"require-dev": {
|
|
"psalm/phar": "^4.10",
|
|
"christophwurst/nextcloud": "^21.0",
|
|
"psr/container": "^2.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
|
"psalm": "psalm.phar"
|
|
}
|
|
}
|