Skip to content

Commit

Permalink
fix(composer): Add dependency on php-pdo_sqlite
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Nov 6, 2023
1 parent 73e7228 commit d91e2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"php": ">=7.4",
"ext-json": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"teamtnt/tntsearch": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit d91e2b5

Please sign in to comment.