aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2025-10-29 12:40:47 +0100
committerHarald Eilertsen <haraldei@anduin.net>2025-10-29 12:40:47 +0100
commitdb81ea721b62ac8b40f911b819c534f8f02e1253 (patch)
treea406c2900e20b28065286f2dabc1e9aa8d73a912
parentd2050e0ce5c3339a6f4f4f3d1d947078a28f444c (diff)
downloadhubzilla-ddev-main.tar.gz
hubzilla-ddev-main.tar.bz2
hubzilla-ddev-main.zip
Upgrade base to php 8.2 and add gmpmain
-rw-r--r--.ddev/config.yaml10
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"