Skip to content

Commit

Permalink
Add support drupal-site type (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurg authored and alcohol committed Jan 24, 2019
1 parent b20f7b2 commit 00ab6ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Composer/Installers/DrupalInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ class DrupalInstaller extends BaseInstaller
'drush' => 'drush/{$name}/',
'custom-theme' => 'themes/custom/{$name}/',
'custom-module' => 'modules/custom/{$name}/',
'drupal-multisite' => 'sites/{$name}/',
);
}

0 comments on commit 00ab6ee

Please sign in to comment.