From 940b423330119b6077ee5123906426bacbf729ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 06:51:35 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement from ^3.0|^4.0 to ^5.0.6 Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/commits/v5.0.6) 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 08d53e9..edabee8 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpstan/phpstan-phpunit": "^0.11", "phpunit/phpunit": "^7.5|^8.1", "sensiolabs/security-checker": "^6.0", - "symfony/phpunit-bridge": "^3.0|^4.0" + "symfony/phpunit-bridge": "^5.0.6" }, "scripts": {