Skip to content

Commit

Permalink
Add missing extension dependencies to composer.json (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle authored Nov 22, 2023
1 parent 58168ba commit 59879c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@
"sebastian/diff": "^4.0|^5.0",
"m6web/redis-mock": "^5.5",
"predis/predis": "^2.1.2",
"mongodb/mongodb": "^1.11"
"mongodb/mongodb": "^1.11",
"ext-pdo_sqlsrv": "*",
"ext-odbc": "*",
"ext-pdo_odbc": "*",
"ext-pdo_pgsql": "*",
"ext-pdo_mysql": "*",
"ext-mongodb": "*",
"ext-redis": "*",
"ext-pdo_sqlite": "*"
},
"suggest": {
"league/csv": "To use the CSV entity set",
Expand Down
15 changes: 12 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59879c7

Please sign in to comment.