diff --git a/docs/manual/guides/local-installation/ddev.de.md b/docs/manual/guides/local-installation/ddev.de.md index 76556b1d2..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.2 +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.2 +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 0e3d53dc5..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.2 +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.2 +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