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>
This commit is contained in:
dependabot-preview[bot] 2020-02-09 02:16:13 +00:00 committed by John Molakvoæ (skjnldsv)
parent b07a1f9c73
commit 95783139cc
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -15,7 +15,7 @@
],
"require-dev": {
"christophwurst/nextcloud": "^16.0",
"phpunit/phpunit": "^7."
"phpunit/phpunit": "^8"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"