39 строки
680 B
JSON
39 строки
680 B
JSON
{
|
|
"name": "nextcloud/polls",
|
|
"type": "project",
|
|
"license": "AGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Vinzenz Rosenkranz"
|
|
},
|
|
{
|
|
"name": "Kai Schröer"
|
|
},
|
|
{
|
|
"name": "René Gieling"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.2.0"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCA\\Polls\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"christophwurst/nextcloud": "^20.0",
|
|
"phpunit/phpunit": "^8.5",
|
|
"league/factory-muffin": "^3.0",
|
|
"league/factory-muffin-faker": "^2.0",
|
|
"nextcloud/coding-standard": "^0.3.0",
|
|
"doctrine/orm": "^2.7"
|
|
},
|
|
"scripts": {
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"cs:fix": "php-cs-fixer fix"
|
|
}
|
|
}
|