Newer
Older
"vendor-dir": "lib/composer",
"optimize-autoloader": true
"psr-4": {
"": "lib/private/legacy",
"OC\\Core\\": "core/",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l",
"psalm": "psalm"