From feba0bbbefce761f47ffe1a4723c635f29337c43 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:52:22 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.0 to ^8.2 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/compare/5.0.0...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 15fb107..d252167 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^8.2" }, "autoload": { "psr-4": {