bruteforcesettings/composer.json

22 строки
588 B
JSON

{
"name": "nextcloud/bruteforcesttings",
"description": "Lint config for nextcloud/bruteforcesettings",
"license": "MIT",
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
}
},
"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",
"test:unit": "echo 'Only testing installation of the app'"
},
"require-dev": {
"nextcloud/coding-standard": "^1.1.1"
}
}