mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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-6.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/6.5.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.5",
|
|
"behat/behat": "^3.0",
|
|
"guzzlehttp/guzzle": "6.3.3",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "3.2.2"
|
|
}
|
|
}
|