зеркало из https://github.com/nextcloud/forms.git
20 строки
515 B
JSON
20 строки
515 B
JSON
{
|
|
"name": "nextcloud/forms",
|
|
"type": "project",
|
|
"license": "AGPLv3",
|
|
"require-dev": {
|
|
"christophwurst/nextcloud": "^17.0",
|
|
"phpunit/phpunit": "^8",
|
|
"nextcloud/coding-standard": "^0.3.0"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"cs:fix": "php-cs-fixer fix"
|
|
}
|
|
}
|