From 97092f5f177de485fa91adfa5f77f8cab53dbe6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 06:30:57 +0000 Subject: [PATCH] Update symfony/psr-http-message-bridge requirement from ^6.4 to ^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.0/CHANGELOG.md) - [Commits](https://github.com/symfony/psr-http-message-bridge/compare/v6.4.0...v7.0.7) --- 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 f55976f..55fedd2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "laravel/sanctum": "^4.0", "react/async": "^4.2", "react/http": "^1.9", - "symfony/psr-http-message-bridge": "^6.4", + "symfony/psr-http-message-bridge": "^7.0", "team-reflex/discord-php": "^7.3" }, "require-dev": {