From b91b7d0262362b32d93332e07dbba93c6368f729 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 20:26:08 +0000 Subject: [PATCH] Update symfony/psr-http-message-bridge requirement from ^1 to ^1 || ^2 Updates the requirements on [symfony/psr-http-message-bridge](https://github.com/symfony/psr-http-message-bridge) to permit the latest version. - [Release notes](https://github.com/symfony/psr-http-message-bridge/releases) - [Changelog](https://github.com/symfony/psr-http-message-bridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/psr-http-message-bridge/compare/v1.0.0...v2.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 8c08611..870c4fb 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "illuminate/container": "^5.7|^6.0", "illuminate/support": "^5.7|^6.0", "illuminate/cache": "^5.7|^6.0", - "symfony/psr-http-message-bridge": "^1", + "symfony/psr-http-message-bridge": "^1 || ^2", "zendframework/zend-diactoros": "^1.8.6", "symfony/cache": "^4.3 || ^5" },