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