viewer/composer.json

13 строки
302 B
JSON
Исходник Обычный вид История

2020-01-23 15:42:10 +03:00
{
"name": "nextcloud/viewer",
"description": "Lint config for nextcloud/viewer",
"license": "MIT",
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
2020-01-23 15:42:10 +03:00
}
}