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>
This commit is contained in:
dependabot[bot] 2018-06-11 22:17:46 +00:00 committed by John Molakvoæ (skjnldsv)
parent 5ecfd80f07
commit 9a32592aca
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

View File

@ -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",