From 5a40085abcab0e5ccfcddbd2e2ac79aec948d772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 31 Jan 2022 15:53:40 -0500 Subject: [PATCH] Update config file with latest DDEV comments (no config changes) --- .ddev/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 684e67c..65a708e 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -25,7 +25,7 @@ web_environment: [] # docroot: # Relative path to the directory containing index.php. -# php_version: "7.4" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4" "8.0" +# php_version: "7.4" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1" # You can explicitly specify the webimage, dbimage, dbaimage lines but this # is not recommended, as the images are often closely tied to ddev's' behavior, @@ -62,10 +62,10 @@ web_environment: [] # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # For example Europe/Dublin or MST7MDT -# composer_version: "" -# if composer_version:"" it will use the current ddev default composer release. +# composer_version: "2" +# if composer_version:"2" it will use the most recent composer v2 # It can also be set to "1", to get most recent composer v1 -# or "2" for most recent composer v2. +# or "" for the default v2 created at release time. # It can be set to any existing specific composer version. # After first project 'ddev start' this will not be updated until it changes @@ -82,7 +82,7 @@ web_environment: [] # Please take care with this because it can cause great confusion. # upload_dir: custom/upload/dir -# would set the destination path for ddev import-files to custom/upload/dir. +# would set the destination path for ddev import-files to /custom/upload/dir # working_dir: # web: /var/www/html