From 14c1c2eb8a7fd0b28e44f8d84d91ec532221c5db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 15:07:19 +0000 Subject: [PATCH] Update symfony/psr-http-message-bridge requirement from ^1 to ^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 1a9c6d6..d955d26 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/translation": "^4.1.9 | ^5", "doctrine/annotations": "^1.6", "doctrine/cache": "^1.8", - "symfony/psr-http-message-bridge": "^1.3", + "symfony/psr-http-message-bridge": "^2.0", "nyholm/psr7": "^1.1", "laminas/laminas-diactoros": "^2.2.2", "overblog/graphiql-bundle": "^0.1.2 | ^0.2",