Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/run-package-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for DIR in ${DIRS}; do
"Core,cloud-core"
"Logging,cloud-logging"
"PubSub,cloud-pubsub"
"Storage,cloud-storage"
"Storage,cloud-storage,2.100"
"ShoppingCommonProtos,shopping-common-protos"
"GeoCommonProtos,geo-common-protos,0.1"
)
Expand Down
2 changes: 1 addition & 1 deletion BigQuery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"phpdocumentor/reflection": "^5.3.3||^6.0",
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
"erusev/parsedown": "^1.6",
"google/cloud-storage": "^1.3",
"google/cloud-storage": "^2.0",
"google/cloud-bigquery-reservation": "^2.0",
"nikic/php-parser": "^5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Language/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"phpdocumentor/reflection": "^5.3.3||^6.0",
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
"erusev/parsedown": "^1.6",
"google/cloud-storage": "^1.3"
"google/cloud-storage": "^2.0"
},
"suggest": {
"google/cloud-storage": "Analyze documents stored in Google Cloud Storage",
Expand Down
5 changes: 3 additions & 2 deletions Logging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
"erusev/parsedown": "^1.6",
"fig/log-test": "^1.1",
"google/cloud-storage": "^1.3",
"google/cloud-storage": "^2.0",
"google/cloud-bigquery": "^1.0",
"google/cloud-pubsub": "^2.0",
"opis/closure": "^3",
"monolog/monolog": "^3.8",
"dg/bypass-finals": "^1.9"
"dg/bypass-finals": "^1.9",
"nikic/php-parser": "^5.0"
},
"provide": {
"psr/log-implementation": "2.0||3.0"
Expand Down
2 changes: 1 addition & 1 deletion Speech/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"phpdocumentor/reflection": "^5.3.3||^6.0",
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
"erusev/parsedown": "^1.6",
"google/cloud-storage": "^1.3"
"google/cloud-storage": "^2.0"
},
"suggest": {
"ext-grpc": "The gRPC extension enables use of the performant gRPC transport",
Expand Down
2 changes: 1 addition & 1 deletion Vision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"phpdocumentor/reflection": "^5.3.3||^6.0",
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
"erusev/parsedown": "^1.6",
"google/cloud-storage": "^1.12"
"google/cloud-storage": "^2.0"
},
"suggest": {
"ext-grpc": "The gRPC extension enables use of the performant gRPC transport",
Expand Down
Loading