comparison vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
9 'theme' => 'themes/{$name}/', 9 'theme' => 'themes/{$name}/',
10 'library' => 'libraries/{$name}/', 10 'library' => 'libraries/{$name}/',
11 'profile' => 'profiles/{$name}/', 11 'profile' => 'profiles/{$name}/',
12 'drush' => 'drush/{$name}/', 12 'drush' => 'drush/{$name}/',
13 'custom-theme' => 'themes/custom/{$name}/', 13 'custom-theme' => 'themes/custom/{$name}/',
14 'custom-module' => 'modules/custom/{$name}', 14 'custom-module' => 'modules/custom/{$name}/',
15 ); 15 );
16 } 16 }