Skip to content

Commit 1191e77

Browse files
authored
Fixed parquet library dependencies (#1851)
1 parent d0cd880 commit 1191e77

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-zlib": "*",
2323
"composer-runtime-api": "^2.1",
2424
"async-aws/s3": "^2.6",
25-
"brick/math": "^0.11 || ^0.12 || ^0.13",
25+
"brick/math": "^0.11 || ^0.12 || ^0.13 || ^0.14",
2626
"coduo/php-humanizer": "^5.0",
2727
"doctrine/dbal": "^3.6 || ^4.0",
2828
"elasticsearch/elasticsearch": "^7.6|^8.0",

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/etl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ext-json": "*",
1414
"ext-mbstring": "*",
1515
"psr/clock": "^1.0",
16-
"brick/math": "^0.11 || ^0.12 || ^0.13",
16+
"brick/math": "^0.11 || ^0.12 || ^0.13 || ^0.14",
1717
"flow-php/types": "self.version",
1818
"flow-php/array-dot": "self.version",
1919
"flow-php/filesystem": "self.version",

src/lib/parquet/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"ext-zlib": "*",
1717
"composer-runtime-api": "^2.1",
1818
"flow-php/snappy": "self.version",
19+
"flow-php/filesystem": "self.version",
1920
"packaged/thrift": "^0.15.0"
2021
},
2122
"config": {

0 commit comments

Comments
 (0)