aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.ddev/config.yaml')
-rw-r--r--.ddev/config.yaml7
1 files changed, 6 insertions, 1 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"