From f88b29e6bdd1b27fa1c282679bade0975a6a7a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:15:57 +0000 Subject: [PATCH] Update symfony/psr-http-message-bridge requirement || ^7.0 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/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/psr-http-message-bridge/compare/v2.0.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/psr-http-message-bridge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e47330..13a8ab3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/validator": "^6", "symfony/translation": "^6", "doctrine/annotations": "^1.13 || ^2.0.1", - "symfony/psr-http-message-bridge": "^2.0", + "symfony/psr-http-message-bridge": "^2.0 || ^7.0", "nyholm/psr7": "^1.1", "laminas/laminas-diactoros": "^2.2.2", "overblog/graphiql-bundle": "^0.2 || ^0.3",