From 715435121b48745a0ac4e2e3f6c68076c09cdf18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 22:54:44 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.7.25 || ^6.5.5 to ^8.2.5 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-8.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/8.2.5) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3cd7c40..a27682a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "zendframework/zend-modulemanager": "^2.4" }, "require-dev": { - "phpunit/phpunit": "^5.7.25 || ^6.5.5", + "phpunit/phpunit": "^8.2.5", "zendframework/zend-test": "^2.4 || ^3.0", "zendframework/zend-config": "^2.4", "zendframework/zend-serializer": "^2.4",