nextcloud-app-radio/composer.json

13 lines
277 B
JSON

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