Skip to content

Commit a758ddb

Browse files
authored
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.
1 parent 3a09d20 commit a758ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/web/expand-composer-json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Description: Add Drupal core and other needed dependencies.
66
## Usage: expand-composer-json [flags] [PROJECT_NAME]
77
## Example: "ddev expand-composer-json ctools"
8-
## ProjectTypes: drupal8,drupal9,drupal10
8+
## ProjectTypes: drupal,drupal8,drupal9,drupal10
99
## ExecRaw: true
1010

1111
export _WEB_ROOT=$DDEV_DOCROOT

0 commit comments

Comments
 (0)