From a758ddb866095d951846e73a0172fd3d7f106f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20Kipin=C3=A4?= Date: Mon, 20 May 2024 21:22:19 +0300 Subject: [PATCH] Add 'drupal' ProjectType in expand-composer-json (#48) The 'drupal' ProjectType was introduced in ddev v1.23.0 and will eventually replace drupal8, drupal9, and drupal10 ProjectTypes. --- commands/web/expand-composer-json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/web/expand-composer-json b/commands/web/expand-composer-json index 2f281bf..1f166c1 100644 --- a/commands/web/expand-composer-json +++ b/commands/web/expand-composer-json @@ -5,7 +5,7 @@ ## Description: Add Drupal core and other needed dependencies. ## Usage: expand-composer-json [flags] [PROJECT_NAME] ## Example: "ddev expand-composer-json ctools" -## ProjectTypes: drupal8,drupal9,drupal10 +## ProjectTypes: drupal,drupal8,drupal9,drupal10 ## ExecRaw: true export _WEB_ROOT=$DDEV_DOCROOT