2020-10-12 15:29:36 +00:00
|
|
|
{
|
|
|
|
"name": "onny/radio",
|
|
|
|
"description": "Lint config for onny/radio",
|
2020-11-29 10:07:27 +00:00
|
|
|
"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 \"{}\" \\;"
|
|
|
|
}
|
|
|
|
}
|