{ "require": { "php": "^7.4|^8.0|^8.1", "nextcloud/coding-standard": "^0.5.0" }, "scripts": { "cs:fix": "php-cs-fixer fix", "cs:check": "php-cs-fixer fix --dry-run --diff", "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" } }