From 9e48c54e451b3e2d93b7d31ef6af79fcf2bd7b9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 06:02:51 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement 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.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 6a2e352..2ad50d9 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.5|^8.0", "sensiolabs/security-checker": "^6.0", - "symfony/phpunit-bridge": "^3.0|^4.0" + "symfony/phpunit-bridge": "^3.0|^4.0|^5.0" }, "scripts": {