From 5628cfa264fe8b4e876857a86986937ae21414d8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 21 Jul 2026 19:17:44 +0000 Subject: [PATCH 1/3] fix(deps): update dependency guzzlehttp/psr7 to v3 --- Core/composer.json | 2 +- Gax/composer.json | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/composer.json b/Core/composer.json index 250456a29cee..36e2870b7e97 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": "^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..1d88d2060d5b 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": "^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..76512b9dbf7b 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": "^3.0", "guzzlehttp/promises": "^2.0", "monolog/monolog": "^2.9||^3.0", "psr/http-message": "^1.0|^2.0", From bcce7df71e94ae595d1314a0f96ddca62377f134 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 21 Jul 2026 13:33:18 -0700 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Brent Shaffer --- Core/composer.json | 2 +- Gax/composer.json | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/composer.json b/Core/composer.json index 36e2870b7e97..a33d37b0ab51 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": "^3.0", + "guzzlehttp/psr7": "^2.0||^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 1d88d2060d5b..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": "^3.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 76512b9dbf7b..64ad1698ac40 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": "^3.0", + "guzzlehttp/psr7": "^2.0||^3.0", "guzzlehttp/promises": "^2.0", "monolog/monolog": "^2.9||^3.0", "psr/http-message": "^1.0|^2.0", From f3d58f2e22df25a34ee2ec01a72b19445bd962bd Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 21 Jul 2026 13:34:37 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Brent Shaffer --- Core/composer.json | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/composer.json b/Core/composer.json index a33d37b0ab51..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.0||^3.0", + "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/composer.json b/composer.json index 64ad1698ac40..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.0||^3.0", + "guzzlehttp/psr7": "^2.6||^3.0", "guzzlehttp/promises": "^2.0", "monolog/monolog": "^2.9||^3.0", "psr/http-message": "^1.0|^2.0",