{ "name": "nextcloud/privacy", "description": "-", "type": "project", "license": "AGPL", "authors": [ { "name": "Georg Ehrke" } ], "require": {}, "require-dev": { "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.0.0" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix" }, "config": { "platform": { "php": "7.4" } } }