nextcloud-app-radio/composer.json

13 lines
277 B
JSON
Raw Normal View History

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