f7cloud_client/apps/privacy/composer.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

28 lines
685 B
JSON

{
"name": "f7cloud/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",
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml"
},
"config": {
"platform": {
"php": "8.0"
}
}
}