-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 937 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 937 Bytes
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
{
"name": "ccmbenchmark/bigquery-bundle",
"description": "Batch upload data to Google bigquery with Symfony",
"type": "symfony-bundle",
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-curl": "*",
"google/cloud-bigquery": "^1.23",
"google/cloud-storage": "^1.25",
"google/apiclient": "^2.10",
"symfony/dependency-injection": "^4.1.12|^5.0|^6.0",
"symfony/config": "^4.2|^5.0|^6.0",
"symfony/http-kernel": "^4.0|^5.0|^6.0",
"guzzlehttp/guzzle": "^5.3|^6.0|^7.0"
},
"require-dev": {
"atoum/atoum": "^4.0",
"atoum/stubs": "*"
},
"autoload": {
"psr-4": {"CCMBenchmark\\BigQueryBundle\\": "src/BigQueryBundle/"}
},
"license": "MIT",
"authors": [
{
"name": "Xavier Leune",
"email": "xleune@ccmbenchmark.com"
}
],
"minimum-stability": "stable"
}