forms/composer.json
dependabot[bot] de8903e88c
Update phpunit/phpunit requirement from ^7 to ^8
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.0.0...8.5.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 20:58:15 +00: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": "^8"
}
}