{ "config": { "platform": { "php": "8.0" }, "sort-packages": true }, "require": { "php": ">=8.0 <=8.2" }, "require-dev": { "christophwurst/nextcloud_testing": "0.12.4", "nextcloud/coding-standard": "^1.0.0" }, "scripts": { "cs:fix": "php-cs-fixer fix", "cs:check": "php-cs-fixer fix --dry-run --diff", "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './tests/*' -print0 | xargs -0 -n1 php -l", "test": "phpunit --configuration phpunit.unit.xml --fail-on-warning", "test:dev": "phpunit --configuration phpunit.unit.xml --fail-on-warning --stop-on-error --stop-on-failure" } }