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 2a37dbd commit dd54dfe
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 @@ -23,7 +23,7 @@
}
},
"require": {
"google/gax": "^0.35"
"google/gax": "^0.36"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand Down

0 comments on commit dd54dfe

Please sign in to comment.