Skip to content

Commit 831f96a

Browse files
authored
Merge pull request #57 from cbws/refresh
BREAKING: refresh protobufs and include compute service
2 parents 32f9885 + 42744aa commit 831f96a

187 files changed

Lines changed: 3415 additions & 16412 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Generated gRPC client libraries for CBWS",
44
"type": "library",
55
"require": {
6-
"grpc/grpc": "^1.27",
7-
"google/protobuf": "^3.12",
8-
"google/common-protos": "^1.2",
9-
"ext-grpc": "^1.29"
6+
"grpc/grpc": "^1.57",
7+
"google/protobuf": "^3.3",
8+
"google/common-protos": "^4.11",
9+
"ext-grpc": "^1.56"
1010
},
1111
"suggest": {
1212
"ext-protobuf": "For better performance, use the C implementation of Protobuf",
@@ -20,13 +20,7 @@
2020
],
2121
"autoload": {
2222
"psr-0": {
23-
"Cbws\\IAM\\GRPC": "src/",
24-
"Cbws\\IAM\\Options\\GRPC": "src/",
25-
"Cbws\\IAM\\Policy\\GRPC": "src/",
26-
"Cbws\\Projects\\GRPC": "src/",
27-
"Cbws\\VirtualMachines\\Grpc": "src/",
28-
"Cbws\\VPN\\GRPC": "src/",
29-
"Google\\LongRunning\\OperationsClient": "src/"
23+
"Cbws\\Grpc\\": "src/"
3024
}
3125
}
3226
}

composer.lock

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)