From 013eeb011aba7b43f6b04ec6752195207d8e12cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 18 Mar 2018 10:23:55 +0000 Subject: [PATCH] Update phpunit/phpunit requirement to ^6.5 in /build 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-5.7.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/6.5.7) Signed-off-by: dependabot[bot] --- build/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/composer.json b/build/composer.json index 64b224677..e2622dc7c 100644 --- a/build/composer.json +++ b/build/composer.json @@ -11,7 +11,7 @@ "phing/phing": "^2.16", "phploc/phploc": "^4.0", "phpmd/phpmd": "^2.6", - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^6.5", "sebastian/phpcpd": "^3.0", "squizlabs/php_codesniffer": "^2.9" },