mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Fix composer
This commit is contained in:
parent
5cdade74fb
commit
b54c1bd0d8
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"drupal-scaffold": {
|
||||
"locations": {
|
||||
"web-root": "web__APP__"
|
||||
"web-root": "__APP__/"
|
||||
}
|
||||
},
|
||||
"installer-paths": {
|
||||
|
@ -74,7 +74,7 @@
|
|||
"__APP__/modules/contrib/{$name}": ["type:drupal-module"],
|
||||
"__APP__/profiles/contrib/{$name}": ["type:drupal-profile"],
|
||||
"__APP__/themes/contrib/{$name}": ["type:drupal-theme"],
|
||||
"drush/Commands/{$name}": ["type:drupal-drush"]
|
||||
"drush/Commands/contrib/{$name}": ["type:drupal-drush"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue