We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74769e3 commit e9e49fdCopy full SHA for e9e49fd
composer.json
@@ -9,7 +9,7 @@
9
"php": ">=5.5",
10
"google/auth": "^1.2.0",
11
"grpc/grpc": "^1.4",
12
- "google/protobuf": "^3.5.1",
+ "google/protobuf": "3.5.*",
13
"guzzlehttp/promises": "^1.3",
14
"guzzlehttp/psr7": "^1.2"
15
},
src/ApiCore/AgentHeaderDescriptor.php
@@ -40,7 +40,7 @@ class AgentHeaderDescriptor
40
const AGENT_HEADER_KEY = 'x-goog-api-client';
41
// TODO(michaelbausor): include bumping this version in a streamlined
42
// release process. Issue: https://github.com/googleapis/gax-php/issues/48
43
- const API_CORE_VERSION = '0.30.2';
+ const API_CORE_VERSION = '0.30.3';
44
const UNKNOWN_VERSION = '';
45
46
private $metricsHeaders;
0 commit comments