From c90b916a7bff8852963d613c62508509cd8499d7 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 090463c..403c4f5 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",