aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-07 12:24:28 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-07 12:24:28 +0100
commit1f492fa7229f8fba6ae1024940cc00f20fdc6c5d (patch)
tree1f6ada15dcfbd6f22117052f11fb165b40eb82ea
parent18a5834cde73874741660ed94c638aee7c8d1626 (diff)
downloadhubzilla-ddev-1f492fa7229f8fba6ae1024940cc00f20fdc6c5d.tar.gz
hubzilla-ddev-1f492fa7229f8fba6ae1024940cc00f20fdc6c5d.tar.bz2
hubzilla-ddev-1f492fa7229f8fba6ae1024940cc00f20fdc6c5d.zip
Add new required dependencies bcmath and sodium.
These are required after Hubzilla version 8.8.5.
-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"