From 1f492fa7229f8fba6ae1024940cc00f20fdc6c5d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jan 2024 12:24:28 +0100 Subject: Add new required dependencies bcmath and sodium. These are required after Hubzilla version 8.8.5. --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3