Skip to content

Commit cd79cb8

Browse files
committed
fix: use self.version of pg-query in flow phar
1 parent f703e01 commit cd79cb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cli/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"flow-php/etl-adapter-chartjs": "self.version",
2323
"flow-php/openapi-specification-bridge": "self.version",
2424
"flow-php/parquet-viewer": "self.version",
25-
"flow-php/pg-query": "1.x-dev"
25+
"flow-php/pg-query": "self.version"
2626
},
2727
"config": {
2828
"optimize-autoloader": true,
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)