-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change DrupalInstaller locations to use contrib folder #294
Conversation
Please see: #285 (comment) |
@jadb Fixed unit test :) |
This makes sense. +1 |
Sorry for the noise. Misunderstood what was happening in the test file. 👍 from me. This looks great. |
'custom-module' => 'modules/custom/{$name}', | ||
); | ||
protected $locations = array( | ||
'core' => 'core/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drupal-core
, drupal-module
, and drupal-theme
were bold in the readme... Which it states they are stable and install paths will not be changed.
👍 from me for this patch. |
Looks good to me. |
At time of writing the current composer file shipped with D8 core (8.6.3) defines the following installer paths.
The PR seems more aligned to the above 👍 |
Going to close this as I assume this is not needed anymore. If it is then it should be discussed in concert with the drupal team, as at this point so many Drupal sites are out there depending on the behavior here that I am not really comfortable changing the behavior without consulting people who are more in the know. |
See #293