Skip to content

Commit 8eaa5b3

Browse files
authored
chore(deps): update dependency google/cloud-storage to v2 (#9162)
1 parent 7854a1d commit 8eaa5b3

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/run-package-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for DIR in ${DIRS}; do
6868
"Core,cloud-core"
6969
"Logging,cloud-logging"
7070
"PubSub,cloud-pubsub"
71-
"Storage,cloud-storage"
71+
"Storage,cloud-storage,2.100"
7272
"ShoppingCommonProtos,shopping-common-protos"
7373
"GeoCommonProtos,geo-common-protos,0.1"
7474
)

BigQuery/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"phpdocumentor/reflection": "^5.3.3||^6.0",
1616
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
1717
"erusev/parsedown": "^1.6",
18-
"google/cloud-storage": "^1.3",
18+
"google/cloud-storage": "^2.0",
1919
"google/cloud-bigquery-reservation": "^2.0",
2020
"nikic/php-parser": "^5.0"
2121
},

Language/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"phpdocumentor/reflection": "^5.3.3||^6.0",
1616
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
1717
"erusev/parsedown": "^1.6",
18-
"google/cloud-storage": "^1.3"
18+
"google/cloud-storage": "^2.0"
1919
},
2020
"suggest": {
2121
"google/cloud-storage": "Analyze documents stored in Google Cloud Storage",

Logging/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
1717
"erusev/parsedown": "^1.6",
1818
"fig/log-test": "^1.1",
19-
"google/cloud-storage": "^1.3",
19+
"google/cloud-storage": "^2.0",
2020
"google/cloud-bigquery": "^1.0",
2121
"google/cloud-pubsub": "^2.0",
2222
"opis/closure": "^3",
2323
"monolog/monolog": "^3.8",
24-
"dg/bypass-finals": "^1.9"
24+
"dg/bypass-finals": "^1.9",
25+
"nikic/php-parser": "^5.0"
2526
},
2627
"provide": {
2728
"psr/log-implementation": "2.0||3.0"

Speech/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"phpdocumentor/reflection": "^5.3.3||^6.0",
1616
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
1717
"erusev/parsedown": "^1.6",
18-
"google/cloud-storage": "^1.3"
18+
"google/cloud-storage": "^2.0"
1919
},
2020
"suggest": {
2121
"ext-grpc": "The gRPC extension enables use of the performant gRPC transport",

Vision/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"phpdocumentor/reflection": "^5.3.3||^6.0",
1616
"phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
1717
"erusev/parsedown": "^1.6",
18-
"google/cloud-storage": "^1.12"
18+
"google/cloud-storage": "^2.0"
1919
},
2020
"suggest": {
2121
"ext-grpc": "The gRPC extension enables use of the performant gRPC transport",

0 commit comments

Comments
 (0)