Merge pull request #191 from nextcloud/dependabot/composer/phpunit/phpunit-tw-9

This commit is contained in:
dependabot-preview[bot] 2020-02-28 10:47:31 +00:00 committed by GitHub
commit 5d60ab7d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \"{}\" \\;"