From 53d2b2490ca942295521513afb244b7e81dc2778 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Thu, 28 Dec 2017 15:22:29 -0500 Subject: [PATCH] Bump gax to v0.29.0 (#820) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d77737c..0fb7c3e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "ext-grpc": "*", "google/proto-client": "^0.29", - "google/gax": "^0.28" + "google/gax": "^0.29" }, "suggest": { "ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."