From 4ffd113f809f5356a5ba98c7a47eaddb3c413b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 18 Feb 2021 12:36:37 -0500 Subject: [PATCH] Set composer version to 2 --- tools/creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index d6ecb82..0ffe34d 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -47,7 +47,7 @@ Once you have created and are in this directory, whether `agaric/sites` or `drut wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.json wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.lock wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore -ddev config --docroot=web --project-type=drupal8 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.4 --xdebug-enabled=true --use-dns-when-possible=false --create-docroot +ddev config --docroot=web --project-type=drupal8 --composer-version=2 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.4 --xdebug-enabled=true --use-dns-when-possible=false --create-docroot ddev start ddev composer install ```