From ad5883a44650cef47cc8a14a419cf6a01b43b07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:56:17 +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.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a549791d777..3116c7efa4b 100644 --- a/composer.json +++ b/composer.json @@ -188,7 +188,7 @@ "phpspec/phpspec": "^7.0", "phpstan/phpstan": "0.12.82", "phpstan/phpstan-doctrine": "0.12.33", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.5", "psalm/plugin-mockery": "0.7.0", "psr/event-dispatcher": "^1.0", "stripe/stripe-php": "^6.43",