Skip to content

Commit ab77d14

Browse files
authored
Merge pull request GoogleCloudPlatform#594 from GoogleCloudPlatform/bq-dts-quickstart
BQ-DTS: Add quickstart
2 parents a5230a9 + c9d1b0f commit ab77d14

File tree

5 files changed

+1858
-0
lines changed

5 files changed

+1858
-0
lines changed

bigquerydatatransfer/composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"require": {
3+
"php": ">=5.4",
4+
"google/cloud-bigquerydatatransfer": "^0.3.2"
5+
},
6+
"require-dev": {
7+
"phpunit/phpunit": "~4"
8+
}
9+
}

0 commit comments

Comments
 (0)