From f9b0f647582c4d9eea99ba56fa775c86369c8dae Mon Sep 17 00:00:00 2001 From: Frank Ficzak <71080150+agonyz@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:15:13 +0200 Subject: [PATCH 1/2] Fix PHP version in DDEV setup --- docs/manual/guides/local-installation/ddev.de.md | 4 ++-- docs/manual/guides/local-installation/ddev.en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/guides/local-installation/ddev.de.md b/docs/manual/guides/local-installation/ddev.de.md index 76556b1d2..84174baee 100644 --- a/docs/manual/guides/local-installation/ddev.de.md +++ b/docs/manual/guides/local-installation/ddev.de.md @@ -47,7 +47,7 @@ mkdir contao && cd contao DDEV-Konfiguration anlegen mit: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 ``` Contao {{% siteparam "currentContaoVersion" %}} installieren: @@ -94,7 +94,7 @@ mkdir contao && cd contao DDEV-Konfiguration anlegen mit: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 ``` Nach der Installation müssen die Datenbankzugangsdaten in die `.env.local` eingetragen werden. In diesem Zug richten wir auch direkt diff --git a/docs/manual/guides/local-installation/ddev.en.md b/docs/manual/guides/local-installation/ddev.en.md index 0e3d53dc5..6595c5dff 100644 --- a/docs/manual/guides/local-installation/ddev.en.md +++ b/docs/manual/guides/local-installation/ddev.en.md @@ -45,7 +45,7 @@ mkdir contao && cd contao Create the DDEV configuration with: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 ``` Install Contao {{% siteparam "currentContaoVersion" %}}: @@ -92,7 +92,7 @@ mkdir contao && cd contao Create the DDEV configuration with: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.2 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 ``` After installation, the database access data must be entered in the .env.local. At the same time, we also set up From e6feb0b030217f58f3eb8bc8371e53d9817a53b5 Mon Sep 17 00:00:00 2001 From: Frank Ficzak <71080150+agonyz@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:21:45 +0200 Subject: [PATCH 2/2] Adjust the php version to the recommended version for lts --- docs/manual/guides/local-installation/ddev.de.md | 4 ++-- docs/manual/guides/local-installation/ddev.en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/guides/local-installation/ddev.de.md b/docs/manual/guides/local-installation/ddev.de.md index 84174baee..73b7d09ea 100644 --- a/docs/manual/guides/local-installation/ddev.de.md +++ b/docs/manual/guides/local-installation/ddev.de.md @@ -47,7 +47,7 @@ mkdir contao && cd contao DDEV-Konfiguration anlegen mit: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4 ``` Contao {{% siteparam "currentContaoVersion" %}} installieren: @@ -94,7 +94,7 @@ mkdir contao && cd contao DDEV-Konfiguration anlegen mit: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4 ``` Nach der Installation müssen die Datenbankzugangsdaten in die `.env.local` eingetragen werden. In diesem Zug richten wir auch direkt diff --git a/docs/manual/guides/local-installation/ddev.en.md b/docs/manual/guides/local-installation/ddev.en.md index 6595c5dff..c813998e0 100644 --- a/docs/manual/guides/local-installation/ddev.en.md +++ b/docs/manual/guides/local-installation/ddev.en.md @@ -45,7 +45,7 @@ mkdir contao && cd contao Create the DDEV configuration with: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4 ``` Install Contao {{% siteparam "currentContaoVersion" %}}: @@ -92,7 +92,7 @@ mkdir contao && cd contao Create the DDEV configuration with: ```shell -ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.3 +ddev config --project-type=php --docroot=public --webserver-type=apache-fpm --php-version=8.4 ``` After installation, the database access data must be entered in the .env.local. At the same time, we also set up