Skip to content

Commit 231bb7e

Browse files
committed
fix: added missing dependency to flow.phar
1 parent d28ae88 commit 231bb7e

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
- [#2039](https://github.com/flow-php/flow/pull/2039) - **openapi specification bridge to flow.phar** - [@norberttech](https://github.com/norberttech)
77
- [#2039](https://github.com/flow-php/flow/pull/2039) - **pg-query library to flow.phar** - [@norberttech](https://github.com/norberttech)
88
- [#2039](https://github.com/flow-php/flow/pull/2039) - **pg-query-ext to wasm compilation** - [@norberttech](https://github.com/norberttech)
9-
- [#2039](https://github.com/flow-php/flow/pull/2039) - **** - [@norberttech](https://github.com/norberttech)
109
- [#2039](https://github.com/flow-php/flow/pull/2039) - **snappy extension to wasm compilation** - [@norberttech](https://github.com/norberttech)
11-
- [#2039](https://github.com/flow-php/flow/pull/2039) - **** - [@norberttech](https://github.com/norberttech)
1210
- [#2038](https://github.com/flow-php/flow/pull/2038) - **QueryResult wrapper over protobuf ParseResult** - [@norberttech](https://github.com/norberttech)
1311
- [#2038](https://github.com/flow-php/flow/pull/2038) - **NamedParameterNormalizer that normalizes also named parameters like :param** - [@norberttech](https://github.com/norberttech)
1412
- [#2038](https://github.com/flow-php/flow/pull/2038) - **Simple wrappers over most popular AST Nodes** - [@norberttech](https://github.com/norberttech)

src/cli/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"flow-php/etl-adapter-excel": "self.version",
2222
"flow-php/etl-adapter-chartjs": "self.version",
2323
"flow-php/openapi-specification-bridge": "self.version",
24+
"flow-php/parquet-viewer": "self.version",
2425
"flow-php/pg-query": "1.x-dev"
2526
},
2627
"config": {
193 KB
Binary file not shown.

0 commit comments

Comments
 (0)