Skip to content

Commit ce6d948

Browse files
committed
Modify the dependency to change the minimum allowed php-parser
1 parent 7b2a1c6 commit ce6d948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BigQuery/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"phpdocumentor/reflection-docblock": "^5.3",
1717
"erusev/parsedown": "^1.6",
1818
"google/cloud-storage": "^1.3",
19-
"google/cloud-bigquery-reservation": "^2.0"
19+
"google/cloud-bigquery-reservation": "^2.0",
20+
"nikic/php-parser": "^5.0"
2021
},
2122
"suggest": {
2223
"google/cloud-storage": "Makes it easier to load data from Cloud Storage into BigQuery"

0 commit comments

Comments
 (0)