From f9acc50a2484b693d6e84f7531cc153b297dabe4 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Thu, 12 Dec 2024 12:06:58 -0800 Subject: [PATCH] chore: bump GAX to latest version (#7927) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5fe28b7..b33b74d 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "minimum-stability": "stable", "require": { "php": "^8.0", - "google/cloud-core": "^1.52.7", - "google/gax": "^1.34.0" + "google/cloud-core": "^1.57", + "google/gax": "^1.36.0" }, "require-dev": { "phpunit/phpunit": "^9.0",