aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.ddev/config.yaml')
-rw-r--r--.ddev/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index 104fea5..9b4d01d 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -10,6 +10,6 @@ router_https_port: "443"
database:
type: postgres
version: "14"
-webimage_extra_packages: [php-gd, php-imagick]
+webimage_extra_packages: [php-bcmath, php-gd, php-imagick, php-sodium]
working_dir: { web: '/var/www/html/core' }
nodejs_version: "16"