forms/composer.json
dependabot-preview[bot] a6cbcea509
Update christophwurst/nextcloud requirement from ^17.0 to ^19.0
Updates the requirements on [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) to permit the latest version.
- [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v17.0.0...v19.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-29 17:31:33 +00:00

20 lines
521 B
JSON

{
"name": "nextcloud/forms",
"type": "project",
"license": "AGPLv3",
"require-dev": {
"christophwurst/nextcloud": "^19.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/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix"
}
}