From 8061fb6fbd6a5e17d8ba738640361a5d221f3616 Mon Sep 17 00:00:00 2001 From: John Charman Date: Tue, 26 Sep 2023 13:46:14 +0100 Subject: [PATCH] Update symfony/psr-http-message-bridge --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 997a9b6..2757149 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "illuminate/http": "^9.0 || ^10.0", "illuminate/support": "^9.0 || ^10.0", "nyholm/psr7": "^1.5", - "membrane/membrane": "^0.3.0", - "symfony/psr-http-message-bridge": "^2.1" + "membrane/membrane": "^0.3", + "symfony/psr-http-message-bridge": "^2.3" }, "require-dev": { "phpunit/phpunit": "^10.0",