forked from googleapis/google-cloud-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
348 lines (348 loc) · 17.6 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
{
"name": "google/cloud",
"type": "library",
"description": "Google Cloud Client Library",
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"bigtable",
"bigquery",
"big query",
"datastore",
"stackdriver logging",
"kms",
"language",
"natural language",
"pubsub",
"pub sub",
"spanner",
"speech",
"storage",
"gcs",
"tasks",
"translate",
"translation",
"vision"
],
"homepage": "http://github.com/googleapis/google-cloud-php",
"license": "Apache-2.0",
"authors": [
{
"name": "Dave Supplee",
"email": "dwsupplee@gmail.com"
},
{
"name": "John Pedrie",
"email": "john@pedrie.com"
}
],
"require": {
"php": ">=5.5",
"rize/uri-template": "~0.3",
"guzzlehttp/guzzle": "^5.3|^6.0|^7.0",
"guzzlehttp/psr7": "^1.2",
"monolog/monolog": "^1.1|^2.0",
"psr/http-message": "1.0.*",
"ramsey/uuid": "^3.0|^4.0",
"google/gax": "^1.1",
"google/common-protos": "^1.0",
"google/auth": "^1.12",
"google/crc32": "^0.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"squizlabs/php_codesniffer": "2.*",
"phpdocumentor/reflection": "^3.0",
"symfony/console": "^3.0",
"erusev/parsedown": "^1.6",
"vierbergenlars/php-semver": "^3.0",
"symfony/lock": "3.3.x-dev#1ba6ac9",
"phpseclib/phpseclib": "^2",
"google/cloud-tools": "^0.12.0",
"opis/closure": "^3.0",
"swaggest/json-schema": "^0.12.0"
},
"replace": {
"google/analytics-admin": "0.2.0",
"google/analytics-data": "0.4.0",
"google/cloud-asset": "1.4.0",
"google/cloud-assured-workloads": "0.3.0",
"google/cloud-automl": "1.3.4",
"google/cloud-bigquery": "1.22.0",
"google/cloud-bigquery-connection": "0.3.4",
"google/cloud-bigquery-reservation": "0.2.4",
"google/cloud-bigquery-storage": "1.1.0",
"google/cloud-bigquerydatatransfer": "1.2.4",
"google/cloud-bigtable": "1.10.0",
"google/cloud-billing": "1.2.4",
"google/cloud-channel": "0.2.0",
"google/cloud-common-protos": "0.2.1",
"google/cloud-compute": "0.3.0",
"google/cloud-container": "1.3.1",
"google/cloud-core": "1.42.0",
"google/cloud-data-catalog": "1.0.4",
"google/cloud-dataproc": "2.1.0",
"google/cloud-datastore": "1.12.4",
"google/cloud-datastore-admin": "0.2.1",
"google/cloud-debugger": "1.3.5",
"google/cloud-dialogflow": "0.19.1",
"google/cloud-dlp": "1.1.3",
"google/cloud-error-reporting": "0.18.3",
"google/cloud-firestore": "1.19.2",
"google/cloud-game-servers": "0.3.0",
"google/cloud-iot": "1.3.4",
"google/cloud-kms": "1.11.4",
"google/cloud-language": "0.24.6",
"google/cloud-logging": "1.21.1",
"google/cloud-memcache": "0.4.1",
"google/cloud-monitoring": "1.0.1",
"google/cloud-osconfig": "0.2.1",
"google/cloud-oslogin": "1.2.4",
"google/cloud-pubsub": "1.30.2",
"google/cloud-recaptcha-enterprise": "1.0.4",
"google/cloud-recommendations-ai": "0.2.4",
"google/cloud-recommender": "1.4.1",
"google/cloud-redis": "1.2.4",
"google/cloud-retail": "0.1.1",
"google/cloud-scheduler": "1.5.4",
"google/cloud-secret-manager": "1.4.0",
"google/cloud-security-center": "1.1.2",
"google/cloud-security-private-ca": "0.2.0",
"google/cloud-service-directory": "0.4.1",
"google/cloud-spanner": "1.37.0",
"google/cloud-speech": "1.3.3",
"google/cloud-storage": "1.23.1",
"google/cloud-talent": "0.15.3",
"google/cloud-tasks": "1.9.1",
"google/cloud-text-to-speech": "1.2.5",
"google/cloud-trace": "1.3.4",
"google/cloud-translate": "1.10.0",
"google/cloud-videointelligence": "1.12.1",
"google/cloud-vision": "1.3.1",
"google/cloud-web-risk": "1.0.4",
"google/cloud-web-security-scanner": "0.6.5",
"google/cloud-workflows": "0.2.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"autoload": {
"psr-4": {
"GPBMetadata\\Google\\": "CommonProtos/metadata",
"GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata",
"GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata",
"GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata",
"GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata",
"GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata",
"GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\": "BigQueryConnection/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata",
"GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata",
"GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata",
"GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata",
"GPBMetadata\\Google\\Cloud\\Dataproc\\": "Dataproc/metadata",
"GPBMetadata\\Google\\Cloud\\Dialogflow\\": "Dialogflow/metadata",
"GPBMetadata\\Google\\Cloud\\Gaming\\": "Gaming/metadata",
"GPBMetadata\\Google\\Cloud\\Iot\\": "Iot/metadata",
"GPBMetadata\\Google\\Cloud\\Kms\\": "Kms/metadata",
"GPBMetadata\\Google\\Cloud\\Language\\": "Language/metadata",
"GPBMetadata\\Google\\Cloud\\Memcache\\": "Memcache/metadata",
"GPBMetadata\\Google\\Cloud\\Orgpolicy\\": "Asset/external/metadata/Cloud/Orgpolicy",
"GPBMetadata\\Google\\Cloud\\Osconfig\\": "OsConfig/metadata",
"GPBMetadata\\Google\\Cloud\\Oslogin\\": "OsLogin/metadata",
"GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata",
"GPBMetadata\\Google\\Cloud\\Recommendationengine\\": "RecommendationEngine/metadata",
"GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata",
"GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata",
"GPBMetadata\\Google\\Cloud\\Retail\\": "Retail/metadata",
"GPBMetadata\\Google\\Cloud\\Scheduler\\": "Scheduler/metadata",
"GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata",
"GPBMetadata\\Google\\Cloud\\Secrets\\": "SecretManager/metadata",
"GPBMetadata\\Google\\Cloud\\Security\\Privateca\\": "SecurityPrivateCa/metadata",
"GPBMetadata\\Google\\Cloud\\Securitycenter\\": "SecurityCenter/metadata",
"GPBMetadata\\Google\\Cloud\\Servicedirectory\\": "ServiceDirectory/metadata",
"GPBMetadata\\Google\\Cloud\\Speech\\": "Speech/metadata",
"GPBMetadata\\Google\\Cloud\\Talent\\": "Talent/metadata",
"GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata",
"GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata",
"GPBMetadata\\Google\\Cloud\\Translate\\": "Translate/metadata",
"GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata",
"GPBMetadata\\Google\\Cloud\\Vision\\": "Vision/metadata",
"GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata",
"GPBMetadata\\Google\\Cloud\\Websecurityscanner\\": "WebSecurityScanner/metadata",
"GPBMetadata\\Google\\Cloud\\Workflows\\": "Workflows/metadata",
"GPBMetadata\\Google\\Container\\": "Container/metadata",
"GPBMetadata\\Google\\Datastore\\": "Datastore/metadata",
"GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata",
"GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "Debugger/metadata",
"GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata",
"GPBMetadata\\Google\\Firestore\\": "Firestore/metadata",
"GPBMetadata\\Google\\Identity\\": "Asset/external/metadata/Identity",
"GPBMetadata\\Google\\Logging\\": "Logging/metadata",
"GPBMetadata\\Google\\Monitoring\\": "Monitoring/metadata",
"GPBMetadata\\Google\\Privacy\\Dlp\\": "Dlp/metadata",
"GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata",
"GPBMetadata\\Google\\Spanner\\": "Spanner/metadata",
"Google\\Analytics\\Admin\\": "AnalyticsAdmin/src",
"Google\\Analytics\\Data\\": "AnalyticsData/src",
"Google\\Cloud\\": [
"src",
"CommonProtos/src"
],
"Google\\Cloud\\Asset\\": "Asset/src",
"Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src",
"Google\\Cloud\\AutoMl\\": "AutoMl/src",
"Google\\Cloud\\BigQuery\\": "BigQuery/src",
"Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src",
"Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src",
"Google\\Cloud\\BigQuery\\Reservation\\": "BigQueryReservation/src",
"Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src",
"Google\\Cloud\\Bigtable\\": "Bigtable/src",
"Google\\Cloud\\Billing\\": "Billing/src",
"Google\\Cloud\\Channel\\": "Channel/src",
"Google\\Cloud\\Compute\\": "Compute/src",
"Google\\Cloud\\Container\\": "Container/src",
"Google\\Cloud\\Core\\": "Core/src",
"Google\\Cloud\\DataCatalog\\": "DataCatalog/src",
"Google\\Cloud\\Dataproc\\": "Dataproc/src",
"Google\\Cloud\\Datastore\\": "Datastore/src",
"Google\\Cloud\\Datastore\\Admin\\": "DatastoreAdmin/src",
"Google\\Cloud\\Debugger\\": "Debugger/src",
"Google\\Cloud\\Dialogflow\\": "Dialogflow/src",
"Google\\Cloud\\Dlp\\": "Dlp/src",
"Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src",
"Google\\Cloud\\Firestore\\": "Firestore/src",
"Google\\Cloud\\Gaming\\": "Gaming/src",
"Google\\Cloud\\Iot\\": "Iot/src",
"Google\\Cloud\\Kms\\": "Kms/src",
"Google\\Cloud\\Language\\": "Language/src",
"Google\\Cloud\\Logging\\": "Logging/src",
"Google\\Cloud\\Memcache\\": "Memcache/src",
"Google\\Cloud\\Monitoring\\": "Monitoring/src",
"Google\\Cloud\\OrgPolicy\\": "Asset/external/protos/Cloud/OrgPolicy",
"Google\\Cloud\\OsConfig\\": "OsConfig/src",
"Google\\Cloud\\OsLogin\\": "OsLogin/src",
"Google\\Cloud\\PubSub\\": "PubSub/src",
"Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src",
"Google\\Cloud\\RecommendationEngine\\": "RecommendationEngine/src",
"Google\\Cloud\\Recommender\\": "Recommender/src",
"Google\\Cloud\\Redis\\": "Redis/src",
"Google\\Cloud\\Retail\\": "Retail/src",
"Google\\Cloud\\Scheduler\\": "Scheduler/src",
"Google\\Cloud\\SecretManager\\": "SecretManager/src",
"Google\\Cloud\\SecurityCenter\\": "SecurityCenter/src",
"Google\\Cloud\\Security\\PrivateCA\\": "SecurityPrivateCa/src",
"Google\\Cloud\\ServiceDirectory\\": "ServiceDirectory/src",
"Google\\Cloud\\Spanner\\": "Spanner/src",
"Google\\Cloud\\Speech\\": "Speech/src",
"Google\\Cloud\\Storage\\": "Storage/src",
"Google\\Cloud\\Talent\\": "Talent/src",
"Google\\Cloud\\Tasks\\": "Tasks/src",
"Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src",
"Google\\Cloud\\Trace\\": "Trace/src",
"Google\\Cloud\\Translate\\": "Translate/src",
"Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src",
"Google\\Cloud\\Vision\\": "Vision/src",
"Google\\Cloud\\WebRisk\\": "WebRisk/src",
"Google\\Cloud\\WebSecurityScanner\\": "WebSecurityScanner/src",
"Google\\Cloud\\Workflows\\": "Workflows/src",
"Google\\Identity\\": "Asset/external/protos/Identity"
}
},
"autoload-dev": {
"psr-4": {
"Google\\Analytics\\Admin\\Tests\\": "AnalyticsAdmin/tests",
"Google\\Analytics\\Data\\Tests\\": "AnalyticsData/tests",
"Google\\Cloud\\Asset\\Tests\\": "Asset/tests",
"Google\\Cloud\\AssuredWorkloads\\Tests\\": "AssuredWorkloads/tests",
"Google\\Cloud\\AutoMl\\Tests\\": "AutoMl/tests",
"Google\\Cloud\\BigQuery\\Connection\\Tests\\": "BigQueryConnection/tests",
"Google\\Cloud\\BigQuery\\DataTransfer\\Tests\\": "BigQueryDataTransfer/tests",
"Google\\Cloud\\BigQuery\\Reservation\\Tests\\": "BigQueryReservation/tests",
"Google\\Cloud\\BigQuery\\Storage\\Tests\\": "BigQueryStorage/tests",
"Google\\Cloud\\BigQuery\\Tests\\": "BigQuery/tests",
"Google\\Cloud\\Bigtable\\Tests\\": "Bigtable/tests",
"Google\\Cloud\\Billing\\Tests\\": "Billing/tests",
"Google\\Cloud\\Channel\\Tests\\": "Channel/tests",
"Google\\Cloud\\CommonProtos\\Tests\\": "CommonProtos/tests",
"Google\\Cloud\\Compute\\Tests\\": "Compute/tests",
"Google\\Cloud\\Container\\Tests\\": "Container/tests",
"Google\\Cloud\\Core\\Tests\\": "Core/tests",
"Google\\Cloud\\DataCatalog\\Tests\\": "DataCatalog/tests",
"Google\\Cloud\\Dataproc\\Tests\\": "Dataproc/tests",
"Google\\Cloud\\Datastore\\Admin\\Tests\\": "DatastoreAdmin/tests",
"Google\\Cloud\\Datastore\\Tests\\": "Datastore/tests",
"Google\\Cloud\\Debugger\\Tests\\": "Debugger/tests",
"Google\\Cloud\\Dev\\": "dev/src",
"Google\\Cloud\\Dialogflow\\Tests\\": "Dialogflow/tests",
"Google\\Cloud\\Dlp\\Tests\\": "Dlp/tests",
"Google\\Cloud\\ErrorReporting\\Tests\\": "ErrorReporting/tests",
"Google\\Cloud\\Firestore\\Tests\\": "Firestore/tests",
"Google\\Cloud\\Gaming\\Tests\\": "Gaming/tests",
"Google\\Cloud\\Iot\\Tests\\": "Iot/tests",
"Google\\Cloud\\Kms\\Tests\\": "Kms/tests",
"Google\\Cloud\\Language\\Tests\\": "Language/tests",
"Google\\Cloud\\Logging\\Tests\\": "Logging/tests",
"Google\\Cloud\\Memcache\\Tests\\": "Memcache/tests",
"Google\\Cloud\\Monitoring\\Tests\\": "Monitoring/tests",
"Google\\Cloud\\OsConfig\\Tests\\": "OsConfig/tests",
"Google\\Cloud\\OsLogin\\Tests\\": "OsLogin/tests",
"Google\\Cloud\\PubSub\\Tests\\": "PubSub/tests",
"Google\\Cloud\\RecaptchaEnterprise\\Tests\\": "RecaptchaEnterprise/tests",
"Google\\Cloud\\RecommendationEngine\\Tests\\": "RecommendationEngine/tests",
"Google\\Cloud\\Recommender\\Tests\\": "Recommender/tests",
"Google\\Cloud\\Redis\\Tests\\": "Redis/tests",
"Google\\Cloud\\Retail\\Tests\\": "Retail/tests",
"Google\\Cloud\\Scheduler\\Tests\\": "Scheduler/tests",
"Google\\Cloud\\SecretManager\\Tests\\": "SecretManager/tests",
"Google\\Cloud\\SecurityCenter\\Tests\\": "SecurityCenter/tests",
"Google\\Cloud\\Security\\PrivateCA\\Tests\\": "SecurityPrivateCa/tests",
"Google\\Cloud\\ServiceDirectory\\Tests\\": "ServiceDirectory/tests",
"Google\\Cloud\\Spanner\\Tests\\": "Spanner/tests",
"Google\\Cloud\\Speech\\Tests\\": "Speech/tests",
"Google\\Cloud\\Storage\\Tests\\": "Storage/tests",
"Google\\Cloud\\Talent\\Tests\\": "Talent/tests",
"Google\\Cloud\\Tasks\\Tests\\": "Tasks/tests",
"Google\\Cloud\\Tests\\": "tests",
"Google\\Cloud\\TextToSpeech\\Tests\\": "TextToSpeech/tests",
"Google\\Cloud\\Trace\\Tests\\": "Trace/tests",
"Google\\Cloud\\Translate\\Tests\\": "Translate/tests",
"Google\\Cloud\\VideoIntelligence\\Tests\\": "VideoIntelligence/tests",
"Google\\Cloud\\Vision\\Tests\\": "Vision/tests",
"Google\\Cloud\\WebRisk\\Tests\\": "WebRisk/tests",
"Google\\Cloud\\WebSecurityScanner\\Tests\\": "WebSecurityScanner/tests",
"Google\\Cloud\\Workflows\\Tests\\": "Workflows/tests"
}
},
"scripts": {
"google-cloud": "dev/google-cloud",
"style": "dev/sh/style",
"tests": "dev/sh/tests"
},
"bin": [
"Core/bin/google-cloud-batch",
"Debugger/bin/google-cloud-debugger"
],
"extra": {
"component": {
"id": "google-cloud",
"target": "googleapis/google-cloud-php.git",
"path": "src",
"entry": [
"Version.php",
"ServiceBuilder.php"
]
}
}
}