From 9a32592aca4b2a8ba3f6262be049688c1856c481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Jun 2018 22:17:46 +0000 Subject: 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] --- build/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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", -- cgit v1.2.3