1
0
Fork 0
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:
yalh76 2021-03-04 15:44:53 +01:00
parent 5cdade74fb
commit b54c1bd0d8

View file

@ -65,7 +65,7 @@
}, },
"drupal-scaffold": { "drupal-scaffold": {
"locations": { "locations": {
"web-root": "web__APP__" "web-root": "__APP__/"
} }
}, },
"installer-paths": { "installer-paths": {
@ -74,7 +74,7 @@
"__APP__/modules/contrib/{$name}": ["type:drupal-module"], "__APP__/modules/contrib/{$name}": ["type:drupal-module"],
"__APP__/profiles/contrib/{$name}": ["type:drupal-profile"], "__APP__/profiles/contrib/{$name}": ["type:drupal-profile"],
"__APP__/themes/contrib/{$name}": ["type:drupal-theme"], "__APP__/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"] "drush/Commands/contrib/{$name}": ["type:drupal-drush"]
} }
} }
} }