forms/composer.json
John Molakvoæ (skjnldsv) cfec7a85be
Move to automated dependabot merging
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-04 22:44:04 +02:00

21 lines
471 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"
},
"require-dev": {
"christophwurst/nextcloud": "^19.0",
"nextcloud/coding-standard": "^0.3.0",
"phpunit/phpunit": "^7"
}
}