From f58dbbfc27daebe05ba46b7bff9701844aa09506 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 12 Jul 2018 13:33:47 -0700 Subject: [PATCH] Bump gax to 0.35 (#1170) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 092ae85..c3a7f8e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require": { - "google/gax": "^0.34" + "google/gax": "^0.35" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.0",