From 6a8513b35bcaa830882f955abaa65df24291dc5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 14:35:24 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.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/7.0.0...8.2.1) 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 4d035b7..c376e3e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^8.2", "mikey179/vfsStream": "^1.6" }, "bin": [