зеркало из https://github.com/nextcloud/forms.git
26 строки
630 B
JSON
26 строки
630 B
JSON
{
|
|
"name": "nextcloud/forms",
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"platform": {
|
|
"php": "7.2"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"cs:fix": "php-cs-fixer fix",
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
|
"test:unit": "phpunit -c tests/phpunit.unit.xml",
|
|
"test:integration": "phpunit -c tests/phpunit.integration.xml"
|
|
},
|
|
"require-dev": {
|
|
"christophwurst/nextcloud": "^20.0",
|
|
"nextcloud/coding-standard": "^0.5.0",
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"require": {
|
|
"league/csv": "^9.5"
|
|
}
|
|
}
|