forms/composer.json
dependabot-preview[bot] 95783139cc
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-9.0.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.0.0...9.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-28 11:43:45 +01:00

24 lines
388 B
JSON

{
"name": "nextcloud/forms",
"type": "project",
"license": "AGPLv3",
"authors": [
{
"name": "Vinzenz Rosenkranz"
},
{
"name": "Kai Schröer"
},
{
"name": "René Gieling"
}
],
"require-dev": {
"christophwurst/nextcloud": "^16.0",
"phpunit/phpunit": "^8"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
}
}