diff options
author | dependabot[bot] <support@dependabot.com> | 2018-06-11 22:17:46 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-13 07:24:40 +0200 |
commit | 9a32592aca4b2a8ba3f6262be049688c1856c481 (patch) | |
tree | 55f3470659f84054c9ef4829c16dbf7073b3f191 /build | |
parent | 5ecfd80f0735c6ff37a4b624016866fae7392c08 (diff) | |
download | nextcloud-server-9a32592aca4b2a8ba3f6262be049688c1856c481.tar.gz nextcloud-server-9a32592aca4b2a8ba3f6262be049688c1856c481.zip |
Update phpunit/phpunit requirement to ~6.5 in /build/integration
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>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index e0ee427944c..83bb7b1ef7a 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "phpunit/phpunit": "~4.6", + "phpunit/phpunit": "~6.5", "behat/behat": "^3.0", "guzzlehttp/guzzle": "6.3.3", "jarnaiz/behat-junit-formatter": "^1.3", |