From cd319f66bc3e92a9d96afde59b5e9611a361e479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:29:21 +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/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.0...9.5.26) --- 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 810d38d..3442b53 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.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "rector/rector": "^0.14.6", "stripe/stripe-php": "^6.43",