Skip to content

Commit f2c3a84

Browse files
committed
fix(deps): update dependency guzzlehttp/promises to v3
1 parent a563cb2 commit f2c3a84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rize/uri-template": "~0.3||~0.4",
99
"google/auth": "^1.34",
1010
"guzzlehttp/guzzle": "^6.5.8||^7.4.4",
11-
"guzzlehttp/promises": "^1.4||^2.0",
11+
"guzzlehttp/promises": "3.0.0",
1212
"guzzlehttp/psr7": "^2.6",
1313
"monolog/monolog": "^2.9||^3.0",
1414
"psr/http-message": "^1.0||^2.0",

Gax/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"google/grpc-gcp": "^0.4",
1414
"grpc/grpc": "^1.13",
1515
"google/protobuf": "^4.31||^5.34",
16-
"guzzlehttp/promises": "^2.0",
16+
"guzzlehttp/promises": "^3.0",
1717
"guzzlehttp/psr7": "^2.0",
1818
"google/common-protos": "^4.9",
1919
"google/longrunning": "~0.4",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"rize/uri-template": "~0.3",
6161
"guzzlehttp/guzzle": "^7.4.5",
6262
"guzzlehttp/psr7": "^2.6",
63-
"guzzlehttp/promises": "^2.0",
63+
"guzzlehttp/promises": "^3.0",
6464
"monolog/monolog": "^2.9||^3.0",
6565
"psr/http-message": "^1.0|^2.0",
6666
"grpc/grpc": "^1.13",

0 commit comments

Comments
 (0)