From 6751f0b78043233aa89f72b6ebb24fb208e71a04 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 14 Jan 2024 17:43:37 +0100 Subject: Add extra dependencies for dev branch. --- .ddev/config.yaml | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 9b4d01d..b701414 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -10,6 +10,11 @@ router_https_port: "443" database: type: postgres version: "14" -webimage_extra_packages: [php-bcmath, php-gd, php-imagick, php-sodium] +webimage_extra_packages: + - php-bcmath + - php-gd + - php-imagick + - php-sodium + - php8.1-yaml working_dir: { web: '/var/www/html/core' } nodejs_version: "16" diff --git a/README.md b/README.md index efb68d7..2022110 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DDEV setup for Hubzilla +# Development setup for Hubzilla Development/test environment for Hubzilla using [ddev]. -- cgit v1.2.3