From f5baa0d8ba8ab92a7ab8e9c80ab6ab956195f406 Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 4 May 2023 16:24:07 +0100 Subject: [PATCH] Issue #3357825 by Spokje, Eric_A: Update guzzlehttp/psr7 constraint --- composer.lock | 4 ++-- core/composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index fe0439a56ed..f6bbedd9806 100644 --- a/composer.lock +++ b/composer.lock @@ -491,7 +491,7 @@ "dist": { "type": "path", "url": "core", - "reference": "d55f9a95d0d10b10b2945d162fa86b383ecc9cda" + "reference": "5a9a3329284c00b698aa63e5921d98daddae69cb" }, "require": { "asm89/stack-cors": "^2.1", @@ -513,7 +513,7 @@ "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^7.5", - "guzzlehttp/psr7": "^2.4", + "guzzlehttp/psr7": "^2.4.5", "masterminds/html5": "^2.7", "mck89/peast": "^1.14", "pear/archive_tar": "^1.4.14", diff --git a/core/composer.json b/core/composer.json index 316d91db597..8c59f1495a6 100644 --- a/core/composer.json +++ b/core/composer.json @@ -33,7 +33,7 @@ "twig/twig": "^3.5.0", "doctrine/annotations": "^1.14", "guzzlehttp/guzzle": "^7.5", - "guzzlehttp/psr7": "^2.4", + "guzzlehttp/psr7": "^2.4.5", "egulias/email-validator": "^3.2.1|^4.0", "masterminds/html5": "^2.7", "symfony/psr-http-message-bridge": "^2.1",