forked from googleapis/google-cloud-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
169 lines (169 loc) · 6.37 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
{
"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",
"language",
"natural language",
"pubsub",
"pub sub",
"spanner",
"speech",
"storage",
"gcs",
"translate",
"translation",
"vision"
],
"homepage": "http://github.com/GoogleCloudPlatform/google-cloud-php",
"license": "Apache-2.0",
"authors": [
{
"name": "Dave Supplee",
"email": "[email protected]"
},
{
"name": "John Pedrie",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5",
"rize/uri-template": "~0.3",
"guzzlehttp/guzzle": "^5.3|^6.0",
"guzzlehttp/psr7": "^1.2",
"monolog/monolog": "~1",
"psr/http-message": "1.0.*",
"ramsey/uuid": "~3",
"google/gax": "^0.30",
"google/proto-client": "^0.33"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"squizlabs/php_codesniffer": "2.*",
"phpdocumentor/reflection": "^3.0",
"symfony/console": "^3.0",
"league/json-guard": "^0.3",
"erusev/parsedown": "^1.6",
"vierbergenlars/php-semver": "^3.0",
"symfony/lock": "3.3.x-dev#1ba6ac9",
"phpseclib/phpseclib": "^2",
"google/cloud-tools": "^0.6",
"opis/closure": "^3.0"
},
"replace": {
"google/cloud-bigquery": "1.0.3",
"google/cloud-bigtable": "0.2.2",
"google/cloud-container": "0.2.2",
"google/cloud-core": "1.17.1",
"google/cloud-dataproc": "0.2.2",
"google/cloud-datastore": "1.3.1",
"google/cloud-dlp": "0.5.3",
"google/cloud-error-reporting": "0.8.3",
"google/cloud-firestore": "0.5.1",
"google/cloud-language": "0.12.2",
"google/cloud-logging": "1.9.3",
"google/cloud-monitoring": "0.8.2",
"google/cloud-oslogin": "0.2.2",
"google/cloud-pubsub": "1.0.1",
"google/cloud-spanner": "1.2.0",
"google/cloud-speech": "0.11.2",
"google/cloud-storage": "1.3.4",
"google/cloud-trace": "0.6.2",
"google/cloud-translate": "1.1.2",
"google/cloud-videointelligence": "0.9.2",
"google/cloud-vision": "0.10.1",
"google/cloud-debugger": "0.5.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.",
"google/cloud-bigquerydatatransfer": "Client library for the BigQuery Data Transfer API."
},
"autoload": {
"psr-4": {
"Google\\Cloud\\": "src",
"Google\\Cloud\\BigQuery\\": "BigQuery/src",
"Google\\Cloud\\Bigtable\\": "Bigtable/src",
"Google\\Cloud\\Container\\": "Container/src",
"Google\\Cloud\\Core\\": "Core/src",
"Google\\Cloud\\Dataproc\\": "Dataproc/src",
"Google\\Cloud\\Datastore\\": "Datastore/src",
"Google\\Cloud\\Debugger\\": "Debugger/src",
"Google\\Cloud\\Dlp\\": "Dlp/src",
"Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src",
"Google\\Cloud\\Firestore\\": "Firestore/src",
"Google\\Cloud\\Language\\": "Language/src",
"Google\\Cloud\\Logging\\": "Logging/src",
"Google\\Cloud\\Monitoring\\": "Monitoring/src",
"Google\\Cloud\\OsLogin\\": "OsLogin/src",
"Google\\Cloud\\PubSub\\": "PubSub/src",
"Google\\Cloud\\Spanner\\": "Spanner/src",
"Google\\Cloud\\Speech\\": "Speech/src",
"Google\\Cloud\\Storage\\": "Storage/src",
"Google\\Cloud\\Trace\\": "Trace/src",
"Google\\Cloud\\Translate\\": "Translate/src",
"Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src",
"Google\\Cloud\\Vision\\": "Vision/src"
}
},
"autoload-dev": {
"psr-4": {
"Google\\Cloud\\Dev\\": "dev/src",
"Google\\Cloud\\Tests\\": "tests",
"Google\\Cloud\\BigQuery\\Tests\\": "BigQuery/tests",
"Google\\Cloud\\Bigtable\\Tests\\": "Bigtable/tests",
"Google\\Cloud\\Container\\Tests\\": "Container/tests",
"Google\\Cloud\\Core\\Tests\\": "Core/tests",
"Google\\Cloud\\Dataproc\\Tests\\": "Dataproc/tests",
"Google\\Cloud\\Datastore\\Tests\\": "Datastore/tests",
"Google\\Cloud\\Debugger\\Tests\\": "Debugger/tests",
"Google\\Cloud\\Dlp\\Tests\\": "Dlp/tests",
"Google\\Cloud\\ErrorReporting\\Tests\\": "ErrorReporting/tests",
"Google\\Cloud\\Firestore\\Tests\\": "Firestore/tests",
"Google\\Cloud\\Language\\Tests\\": "Language/tests",
"Google\\Cloud\\Logging\\Tests\\": "Logging/tests",
"Google\\Cloud\\Monitoring\\Tests\\": "Monitoring/tests",
"Google\\Cloud\\OsLogin\\Tests\\": "OsLogin/tests",
"Google\\Cloud\\PubSub\\Tests\\": "PubSub/tests",
"Google\\Cloud\\Spanner\\Tests\\": "Spanner/tests",
"Google\\Cloud\\Speech\\Tests\\": "Speech/tests",
"Google\\Cloud\\Storage\\Tests\\": "Storage/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"
}
},
"scripts": {
"google-cloud": "dev/google-cloud"
},
"bin": [
"src/Core/bin/google-cloud-batch",
"src/Debugger/bin/google-cloud-debugger"
],
"extra": {
"component": {
"id": "google-cloud",
"target": "[email protected]:GoogleCloudPlatform/google-cloud-php.git",
"path": "src",
"entry": [
"Version.php",
"ServiceBuilder.php"
]
}
}
}