diff --git a/Core/composer.json b/Core/composer.json index 250456a29cee..3cb543895ab4 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -9,7 +9,7 @@ "google/auth": "^1.34", "guzzlehttp/guzzle": "^6.5.8||^7.4.4", "guzzlehttp/promises": "^1.4||^2.0", - "guzzlehttp/psr7": "^2.6", + "guzzlehttp/psr7": "^2.6||^3.0", "monolog/monolog": "^2.9||^3.0", "psr/http-message": "^1.0||^2.0", "google/gax": "^1.38.0" diff --git a/Gax/composer.json b/Gax/composer.json index bae29e2c1996..ac75602e7e59 100644 --- a/Gax/composer.json +++ b/Gax/composer.json @@ -14,7 +14,7 @@ "grpc/grpc": "^1.13", "google/protobuf": "^4.31||^5.34", "guzzlehttp/promises": "^2.0", - "guzzlehttp/psr7": "^2.0", + "guzzlehttp/psr7": "^2.0||^3.0", "google/common-protos": "^4.9", "google/longrunning": "~0.4", "ramsey/uuid": "^4.0" diff --git a/composer.json b/composer.json index f6d2d3fe7793..4a65236b822f 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "php": "^8.1", "rize/uri-template": "~0.3", "guzzlehttp/guzzle": "^7.4.5", - "guzzlehttp/psr7": "^2.6", + "guzzlehttp/psr7": "^2.6||^3.0", "guzzlehttp/promises": "^2.0", "monolog/monolog": "^2.9||^3.0", "psr/http-message": "^1.0|^2.0",