-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
DrupalFinder is unable to detect drupalRoot is /web when using drupal core 8.7 - using wikimedia/composer-merge-plugin. Instead, it thinks the drupalRoot is /.
This issue occurs when running any drush or drupal command.
{
"require": {
"drupal/console": "~1.0",
"drupal/core": "^8.7",
"drush/drush": "^9.2"
},
"extra": {
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
}
}
}
From what I gather this is because of a recent change to support Drupal core 8.8 (i.e. https://www.drupal.org/project/drupal/issues/2912387#comment-13188592)
Techwolf12
Metadata
Metadata
Assignees
Labels
No labels