From 910202271f47e02bda1ce3644e90ddab71e81c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 06:48:04 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5 to ^9.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-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.0...9.5.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be648bb7d582..ce460c8adc84 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "fakerphp/faker": "^1.9", "mikey179/vfsstream": "^1.6", "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.5", "predis/predis": "^1.1", "rector/rector": "^0.8", "squizlabs/php_codesniffer": "^3.3"