Merge pull request #584 from nextcloud/dependabot/composer/phpunit/phpunit-tw-8

Update phpunit/phpunit requirement from ^7 to ^8
This commit is contained in:
John Molakvoæ 2020-09-04 23:10:05 +02:00 committed by GitHub
commit a2e1c659b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,6 @@
"require-dev": {
"christophwurst/nextcloud": "^19.0",
"nextcloud/coding-standard": "^0.3.0",
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^8"
}
}