From 11c3b6787d4763814ab08d9a0e8253636c3ec427 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 03:26:30 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.3 to ^8.3 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.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.3.0...8.3.3) 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 c78eaaa..ff2b4ff 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "rector/rector": "^0.3.38" }, "require-dev": { - "phpunit/phpunit": "^7.3", + "phpunit/phpunit": "^8.3", "squizlabs/php_codesniffer": "^3.3", "vimeo/psalm": "^3.0" },