nextcloud/nextcloud/custom_apps/bruteforcesettings/composer.json
2020-08-13 12:04:06 -07:00

13 lines
319 B
JSON

{
"name": "nextcloud/bruteforcesttings",
"description": "Lint config for nextcloud/bruteforcesettings",
"license": "MIT",
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
}
}