From 13223c73d45a5bb43ab7e89f232a64d6ac7b0681 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:32:18 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.2 to ^8.3 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-8.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.2.0...8.3.5) 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 274d4b3e..a668d55e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-deprecation-rules": "^0.11", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^8.2", + "phpunit/phpunit": "^8.3", "squizlabs/php_codesniffer": "^3.4", "twig/twig": "^2.11", "zendframework/zend-diactoros": "^2.1"