Skip to content

Commit 68f1ec3

Browse files
committed
fix: added missing flow-php/types dependency to postgresql
1 parent 4be1b6c commit 68f1ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/postgresql/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"require": {
1414
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
15+
"flow-php/types": "self.version",
1516
"google/protobuf": "^4.0"
1617
},
1718
"require-dev": {

0 commit comments

Comments
 (0)