From 99fe74ede4ee2f2bfd03a326a351cd7c2a696e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:27:53 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5 to ^9.6 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/9.6.7/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.0...9.6.7) --- 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 c003937..a055a19 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpstan/phpstan": "^1.8.4", "phpstan/phpstan-doctrine": "^1.3.2", "phpstan/phpstan-webmozart-assert": "^1.1", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.6", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "stripe/stripe-php": "^6.43", "sylius-labs/coding-standard": "^4.0",