From 944b294f69333c67310b8976680dcc2cfecd81e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 05:15:23 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.3 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.3.0...9.5.0) 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 7d166e7..03f0ceb 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan-doctrine": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-webmozart-assert": "^0.12", - "phpunit/phpunit": "^8.3", + "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-master", "sensiolabs/security-checker": "^5.0", "sylius-labs/coding-standard": "^3.1",