From 3fcb9b33f25e04dd589ee4a2e0bfee03fd11832d Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 19 Jul 2018 10:34:42 -0700 Subject: [PATCH] Bandaid for protobuf 4761 (#1176) * Temporary workaround for protobuf extension issue https://github.com/google/protobuf/issues/4761 * Bump gax to 0.36 * Configure comparators for the unit test * Revert back to normal TestCase * Install protobuf extension in the PHP 7.2 test runner * Revert to TestCase --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1852ebf..654716b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } }, "require": { - "google/gax": "^0.35" + "google/gax": "^0.36" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.0",