File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55This project template should provide a kickstart for managing your site 
66dependencies with [ Composer] ( https://getcomposer.org/ ) .
77
8- If you want to know,  how to use it as replacement for
8+ If you want to know how to use it as replacement for
99[ Drush Make] ( https://github.com/drush-ops/drush/blob/master/docs/make.md )  visit
1010the [ Documentation on drupal.org] ( https://www.drupal.org/node/2471553 ) .
1111
@@ -37,7 +37,7 @@ When installing the given `composer.json` some tasks are taken care of:
3737*  Autoloader is implemented to use the generated composer autoloader in ` vendor/autoload.php ` ,
3838 instead of the one provided by Drupal (` web/vendor/autoload.php ` ).
3939*  Modules (packages of type ` drupal-module ` ) will be placed in ` web/modules/contrib/ ` 
40- *  Theme (packages of type ` drupal-module  ` ) will be placed in ` web/themes/contrib/ ` 
40+ *  Theme (packages of type ` drupal-theme  ` ) will be placed in ` web/themes/contrib/ ` 
4141*  Profiles (packages of type ` drupal-profile ` ) will be placed in ` web/profiles/contrib/ ` 
4242*  Creates default writable versions of ` settings.php `  and ` services.yml ` .
4343*  Creates ` sites/default/files ` -directory.
                                 You can’t perform that action at this time. 
               
                  
0 commit comments