Skip to content

Commit

Permalink
Bandaid for protobuf 4761 (#1176)
Browse files Browse the repository at this point in the history
* Temporary workaround for protobuf extension issue

protocolbuffers/protobuf#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
  • Loading branch information
Takashi Matsuo authored Jul 19, 2018
1 parent 6ed903b commit 3fcb9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"google/gax": "^0.35"
"google/gax": "^0.36"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand Down

0 comments on commit 3fcb9b3

Please sign in to comment.