Skip to content

Commit 1504ec4

Browse files
committed
BigQuery: update quickstart to latest package versions.
Version 0.3.1 is the latest version of the google/cloud-bigquery package. It includes some breaking changes, so the api samples will need to be updated separately.
1 parent 1c68a2d commit 1504ec4

File tree

2 files changed

+257
-109
lines changed

2 files changed

+257
-109
lines changed

bigquery/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": ">=5.4",
4-
"google/cloud-bigquery": "^0.2"
4+
"google/cloud-bigquery": "^0.3"
55
},
66
"require-dev": {
77
"phpunit/phpunit": "~4"

0 commit comments

Comments
 (0)