config: add ssl/tls options for mysql and redis

This commit is contained in:
Matthew Penner
2021-07-11 14:57:56 -06:00
parent 682ca6cecd
commit 7776436d18
4 changed files with 48 additions and 8 deletions

View File

@@ -14,6 +14,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-zip": "*",
"aws/aws-sdk-php": "^3.171",