Update phpunit/phpunit requirement from ^5.4 to ^8.2

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.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.4.0...8.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-09 20:57:59 +00:00 коммит произвёл GitHub
Родитель 47ec4b4388
Коммит 3c7edc4556
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@
],
"require-dev": {
"christophwurst/nextcloud": "^15.0",
"phpunit/phpunit": "^5.4",
"phpunit/phpunit": "^8.2",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0"
}