composer.json: Add DB drivers to suggests
Alphasort ext entries Bug: T302540 Change-Id: I1d57f24554c92863c13f7a1d017779786b89e948
This commit is contained in:
parent
ce689a0059
commit
f78096d615
1 changed files with 4 additions and 1 deletions
|
|
@ -106,9 +106,12 @@
|
|||
"suggest": {
|
||||
"ext-apcu": "Local data cache for greatly improved performance",
|
||||
"ext-curl": "Improved http communication abilities",
|
||||
"ext-yaml": "Improved YAML parsing performance",
|
||||
"ext-mysqli": "Allows MediaWiki to use MySQL/MariaDB as a database",
|
||||
"ext-openssl": "Cryptographical functions",
|
||||
"ext-pdo": "Allows MediaWiki to use SQLite as a database",
|
||||
"ext-pgsql": "Allows MediaWiki to use PostgreSQL as a database",
|
||||
"ext-wikidiff2": "Diff accelerator",
|
||||
"ext-yaml": "Improved YAML parsing performance",
|
||||
"monolog/monolog": "Flexible debug logging system",
|
||||
"nmred/kafka-php": "Send debug log events to kafka"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue