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