diff options
| -rw-r--r-- | .ddev/config.yaml | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml index ddc79c6..5fc80f2 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,7 +1,7 @@  name: hubzilla  type: php  docroot: core -php_version: "8.1" +php_version: "8.2"  webserver_type: nginx-fpm  router_http_port: "80"  router_https_port: "443" @@ -14,7 +14,13 @@ database:  bind_all_interfaces: true  working_dir:      web: /var/www/html/core -webimage_extra_packages: [php-bcmath, php-gd, php-imagick, php-sodium, php8.1-yaml] +webimage_extra_packages: +    - php-bcmath +    - php-gd +    - php8.2-gmp +    - php-imagick +    - php-sodium +    - php8.2-yaml  use_dns_when_possible: true  composer_root: core  composer_version: "2"  | 
